diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-07 11:42:59 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-07 11:42:59 -0700 |
commit | 0a8d529d741d927437a9eb8db7375261e8e96d42 (patch) | |
tree | cefb506f47dc749d2dee1364d12e60a417e360d9 /keyboards/tetris/rules.mk | |
parent | c418608c1e81fea9987e8faf1d24ecc41bd72c13 (diff) | |
download | qmk_firmware-0a8d529d741d927437a9eb8db7375261e8e96d42.tar.gz |
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.mk | 6 |
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 |