diff options
Diffstat (limited to 'keyboards/s60_x/rgb/rules.mk')
-rw-r--r-- | keyboards/s60_x/rgb/rules.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/s60_x/rgb/rules.mk b/keyboards/s60_x/rgb/rules.mk index a979632a9..42d45c332 100644 --- a/keyboards/s60_x/rgb/rules.mk +++ b/keyboards/s60_x/rgb/rules.mk | |||
@@ -2,8 +2,4 @@ CONSOLE_ENABLE = no # Console for debug(+400) | |||
2 | COMMAND_ENABLE = no # Commands for debug and configuration | 2 | COMMAND_ENABLE = no # Commands for debug and configuration |
3 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 3 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
4 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 4 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
5 | RGBLIGHT_ENABLE = yes # Enable RGB light | 5 | RGBLIGHT_ENABLE = yes # Enable RGB light \ No newline at end of file |
6 | |||
7 | ifndef QUANTUM_DIR | ||
8 | include ../../../Makefile | ||
9 | endif \ No newline at end of file | ||