diff options
-rw-r--r-- | keyboards/tetris/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tetris/rules.mk b/keyboards/tetris/rules.mk index 4741c162b..64c434554 100644 --- a/keyboards/tetris/rules.mk +++ b/keyboards/tetris/rules.mk | |||
@@ -52,7 +52,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration | |||
52 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 52 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
53 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 53 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
54 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 54 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
55 | AUDIO_ENABLE = yes | 55 | AUDIO_ENABLE = no |
56 | RGBLIGHT_ENABLE = yes | 56 | RGBLIGHT_ENABLE = yes |
57 | TAP_DANCE_ENABLE = no | 57 | TAP_DANCE_ENABLE = no |
58 | 58 | ||