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/themadnoodle | |
parent | be3259b793a1fe4f42c20707e187371dd917a18f (diff) |
Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538)
Diffstat (limited to 'keyboards/themadnoodle')
-rw-r--r-- | keyboards/themadnoodle/ncc1701kb/v2/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/themadnoodle/noodlepad/rules.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/themadnoodle/ncc1701kb/v2/rules.mk b/keyboards/themadnoodle/ncc1701kb/v2/rules.mk index 758ae3594d..ee03434e2b 100644 --- a/keyboards/themadnoodle/ncc1701kb/v2/rules.mk +++ b/keyboards/themadnoodle/ncc1701kb/v2/rules.mk @@ -20,5 +20,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output UNICODE_ENABLE = yes # Unicode -TAP_DANCE_ENABLE = no ENCODER_ENABLE = yes diff --git a/keyboards/themadnoodle/noodlepad/rules.mk b/keyboards/themadnoodle/noodlepad/rules.mk index 758ae3594d..ee03434e2b 100644 --- a/keyboards/themadnoodle/noodlepad/rules.mk +++ b/keyboards/themadnoodle/noodlepad/rules.mk @@ -20,5 +20,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output UNICODE_ENABLE = yes # Unicode -TAP_DANCE_ENABLE = no ENCODER_ENABLE = yes |