From 0a8d529d741d927437a9eb8db7375261e8e96d42 Mon Sep 17 00:00:00 2001 From: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Date: Sat, 7 Jul 2018 11:42:59 -0700 Subject: 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/ --- keyboards/tetris/rules.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'keyboards/tetris/rules.mk') 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 -- cgit v1.2.3