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/
This commit is contained in:
parent
c418608c1e
commit
0a8d529d74
4 changed files with 32 additions and 18 deletions
|
@ -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
|
||||
TAP_DANCE_ENABLE = no
|
||||
EXTRAFLAGS += -flto # Make the hex smaller
|
||||
|
||||
LAYOUTS = planck_mit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue