diff options
Diffstat (limited to 'keyboards/wilba_tech/wt_mono_backlight.c')
-rw-r--r-- | keyboards/wilba_tech/wt_mono_backlight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/wilba_tech/wt_mono_backlight.c b/keyboards/wilba_tech/wt_mono_backlight.c index fbc3102e8..310e9afd1 100644 --- a/keyboards/wilba_tech/wt_mono_backlight.c +++ b/keyboards/wilba_tech/wt_mono_backlight.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #error VIA_EEPROM_CUSTOM_CONFIG_SIZE was not defined to store backlight_config struct | 33 | #error VIA_EEPROM_CUSTOM_CONFIG_SIZE was not defined to store backlight_config struct |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #include "drivers/issi/is31fl3736.h" | 36 | #include "drivers/led/issi/is31fl3736.h" |
37 | 37 | ||
38 | #define ISSI_ADDR_DEFAULT 0x50 | 38 | #define ISSI_ADDR_DEFAULT 0x50 |
39 | 39 | ||