aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mxss/rgblight.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mxss/rgblight.c')
-rw-r--r--keyboards/mxss/rgblight.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mxss/rgblight.c b/keyboards/mxss/rgblight.c
index 130945857..2e9352c55 100644
--- a/keyboards/mxss/rgblight.c
+++ b/keyboards/mxss/rgblight.c
@@ -20,7 +20,7 @@
20# include <avr/interrupt.h> 20# include <avr/interrupt.h>
21#endif 21#endif
22#ifdef STM32_EEPROM_ENABLE 22#ifdef STM32_EEPROM_ENABLE
23# include "hal.h" 23# include <hal.h>
24# include "eeprom.h" 24# include "eeprom.h"
25# include "eeprom_stm32.h" 25# include "eeprom_stm32.h"
26#endif 26#endif
@@ -31,7 +31,7 @@
31#include "color.h" 31#include "color.h"
32#include "debug.h" 32#include "debug.h"
33#include "led_tables.h" 33#include "led_tables.h"
34#include "lib/lib8tion/lib8tion.h" 34#include <lib/lib8tion/lib8tion.h>
35#ifdef VELOCIKEY_ENABLE 35#ifdef VELOCIKEY_ENABLE
36# include "velocikey.h" 36# include "velocikey.h"
37#endif 37#endif