diff options
| author | Ryan | 2021-09-21 18:54:36 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-21 18:54:36 +0200 |
| commit | d84794b35213fe95a712468c21ae4a4cad2795e3 (patch) | |
| tree | 28fed648e8ab3f20e1e62f3bb568f076f265569a /keyboards/9key | |
| parent | be3259b793a1fe4f42c20707e187371dd917a18f (diff) | |
Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538)
Diffstat (limited to 'keyboards/9key')
| -rw-r--r-- | keyboards/9key/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/9key/rules.mk b/keyboards/9key/rules.mk index b71f32348c..4ac3080214 100644 --- a/keyboards/9key/rules.mk +++ b/keyboards/9key/rules.mk @@ -18,7 +18,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = no # Audio output UNICODE_ENABLE = yes # Unicode RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. -TAP_DANCE_ENABLE = no # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |