diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-16 03:27:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-16 03:27:52 +0000 |
commit | 2e0f2025bd9f400dd8f5b0cad8ba80667193408d (patch) | |
tree | 2e3d0fb98b20bdd4e39b4719abdffe4e29e242e9 /keyboards/mxss/rgblight.c | |
parent | 416dea2c54c885a1d58d6924be6b346c8eb87f47 (diff) | |
parent | 9366ed728280f4875ebbba9c0ef1eade03c96d35 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mxss/rgblight.c')
-rw-r--r-- | keyboards/mxss/rgblight.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mxss/rgblight.c b/keyboards/mxss/rgblight.c index 130945857f..2e9352c55d 100644 --- a/keyboards/mxss/rgblight.c +++ b/keyboards/mxss/rgblight.c @@ -20,7 +20,7 @@ # include <avr/interrupt.h> #endif #ifdef STM32_EEPROM_ENABLE -# include "hal.h" +# include <hal.h> # include "eeprom.h" # include "eeprom_stm32.h" #endif @@ -31,7 +31,7 @@ #include "color.h" #include "debug.h" #include "led_tables.h" -#include "lib/lib8tion/lib8tion.h" +#include <lib/lib8tion/lib8tion.h> #ifdef VELOCIKEY_ENABLE # include "velocikey.h" #endif |