summaryrefslogtreecommitdiff
path: root/keyboards/tetris/rules.mk
diff options
context:
space:
mode:
authornoroadsleft2018-07-07 11:42:59 -0700
committerDrashna Jaelre2018-07-07 11:42:59 -0700
commit0a8d529d741d927437a9eb8db7375261e8e96d42 (patch)
treecefb506f47dc749d2dee1364d12e60a417e360d9 /keyboards/tetris/rules.mk
parentc418608c1e81fea9987e8faf1d24ecc41bd72c13 (diff)
Tetris Configurator support and Rules update (#3317)
* Configurator support * Add LAYOUTS = planck_mit to rules.mk * Disable Tap Dance at the keyboard level * Keymap refactor: QMK_KEYBOARD_H; enable Tap Dance for default keymap * Add keymaps/default/rules.mk to enable Tap Dance * Reverse the addition of config.h in keyboards/tetris/keymaps/default/
Diffstat (limited to 'keyboards/tetris/rules.mk')
-rw-r--r--keyboards/tetris/rules.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/tetris/rules.mk b/keyboards/tetris/rules.mk
index 40b098ae6..784f6e462 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