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/naked64 | |
| 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/naked64')
| -rw-r--r-- | keyboards/naked64/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/naked64/rules.mk b/keyboards/naked64/rules.mk index baa7df308..ae6a1b69b 100644 --- a/keyboards/naked64/rules.mk +++ b/keyboards/naked64/rules.mk | |||
| @@ -17,7 +17,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | |||
| 17 | AUDIO_ENABLE = no # Audio output | 17 | AUDIO_ENABLE = no # Audio output |
| 18 | UNICODE_ENABLE = no # Unicode | 18 | UNICODE_ENABLE = no # Unicode |
| 19 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. | 19 | RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. |
| 20 | TAP_DANCE_ENABLE = no | ||
| 21 | OLED_ENABLE = no | 20 | OLED_ENABLE = no |
| 22 | USE_I2C = no | 21 | USE_I2C = no |
| 23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
