diff options
Diffstat (limited to 'keyboards/tetris/rules.mk')
-rw-r--r-- | keyboards/tetris/rules.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/tetris/rules.mk b/keyboards/tetris/rules.mk index 40b098ae60..784f6e4623 100644 --- a/keyboards/tetris/rules.mk +++ b/keyboards/tetris/rules.mk @@ -54,5 +54,7 @@ NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https: BACKLIGHT_ENABLE ?= no # Enable keyboard backlight functionality AUDIO_ENABLE ?= yes RGBLIGHT_ENABLE ?= yes -TAP_DANCE_ENABLE = yes -EXTRAFLAGS += -flto # Make the hex smaller
\ No newline at end of file +TAP_DANCE_ENABLE = no +EXTRAFLAGS += -flto # Make the hex smaller + +LAYOUTS = planck_mit |