diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-22 02:54:36 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 17:54:36 +0100 |
commit | d84794b35213fe95a712468c21ae4a4cad2795e3 (patch) | |
tree | 28fed648e8ab3f20e1e62f3bb568f076f265569a /keyboards/numatreus | |
parent | be3259b793a1fe4f42c20707e187371dd917a18f (diff) | |
download | qmk_firmware-d84794b35213fe95a712468c21ae4a4cad2795e3.tar.gz qmk_firmware-d84794b35213fe95a712468c21ae4a4cad2795e3.zip |
Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538)
Diffstat (limited to 'keyboards/numatreus')
-rw-r--r-- | keyboards/numatreus/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/numatreus/rules.mk b/keyboards/numatreus/rules.mk index 1dd016ab0d..ce93d2ef34 100644 --- a/keyboards/numatreus/rules.mk +++ b/keyboards/numatreus/rules.mk @@ -15,7 +15,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work #BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality UNICODE_ENABLE = yes # Unicode -#TAP_DANCE_ENABLE = yes RGBLIGHT_ENABLE = no LED_ANIMATIONS = no |