diff options
author | Daniel Shields <dshields@bats.com> | 2017-12-08 14:33:24 +0000 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-02-02 00:59:44 -0500 |
commit | 4a04c7265e74afc8a83a19942af5e9483aac287d (patch) | |
tree | 2960a051327989b31b6e7f428b82e2995e38f48b /keyboards/planck/keymaps/dshields/rules.mk | |
parent | 9584db055b73937dfba7b9878a8b61af6aa96710 (diff) |
Replace custom tap dance keys with mod tap keys in planck/keymaps/dshields
Diffstat (limited to 'keyboards/planck/keymaps/dshields/rules.mk')
-rw-r--r-- | keyboards/planck/keymaps/dshields/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/dshields/rules.mk b/keyboards/planck/keymaps/dshields/rules.mk index 57144283e9..c266b9393b 100644 --- a/keyboards/planck/keymaps/dshields/rules.mk +++ b/keyboards/planck/keymaps/dshields/rules.mk @@ -4,10 +4,9 @@ endif MOUSEKEY_ENABLE = yes # Mouse keys(+4700) COMMAND_ENABLE = yes # Commands for debug and configuration -CONSOLE_ENABLE = yes # Console for debug(+400) +CONSOLE_ENABLE = no # Console for debug(+400) BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -TAP_DANCE_ENABLE = yes AUDIO_ENABLE = no API_SYSEX_ENABLE = no |