aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lfkeyboards
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-22 02:54:36 +1000
committerGitHub <noreply@github.com>2021-09-21 17:54:36 +0100
commitd84794b35213fe95a712468c21ae4a4cad2795e3 (patch)
tree28fed648e8ab3f20e1e62f3bb568f076f265569a /keyboards/lfkeyboards
parentbe3259b793a1fe4f42c20707e187371dd917a18f (diff)
downloadqmk_firmware-d84794b35213fe95a712468c21ae4a4cad2795e3.tar.gz
qmk_firmware-d84794b35213fe95a712468c21ae4a4cad2795e3.zip
Remove keyboard-level `TAP_DANCE_ENABLE` rules (#14538)
Diffstat (limited to 'keyboards/lfkeyboards')
-rw-r--r--keyboards/lfkeyboards/lfk78/rules.mk1
-rw-r--r--keyboards/lfkeyboards/lfk87/rules.mk1
-rw-r--r--keyboards/lfkeyboards/lfkpad/rules.mk1
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/lfkeyboards/lfk78/rules.mk b/keyboards/lfkeyboards/lfk78/rules.mk
index 5711e89a6..328fe1fb9 100644
--- a/keyboards/lfkeyboards/lfk78/rules.mk
+++ b/keyboards/lfkeyboards/lfk78/rules.mk
@@ -17,7 +17,6 @@ UNICODE_ENABLE = no # Unicode
17RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. 17RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
18RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lfkeyboards, not qmk base 18RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lfkeyboards, not qmk base
19SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 19SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
20TAP_DANCE_ENABLE = no
21 20
22ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled 21ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
23WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan isn't run every 250ms 22WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan isn't run every 250ms
diff --git a/keyboards/lfkeyboards/lfk87/rules.mk b/keyboards/lfkeyboards/lfk87/rules.mk
index 44b8a4111..aed5c8551 100644
--- a/keyboards/lfkeyboards/lfk87/rules.mk
+++ b/keyboards/lfkeyboards/lfk87/rules.mk
@@ -37,7 +37,6 @@ UNICODE_ENABLE = no # Unicode
37RGBLIGHT_ENABLE = yes # Enable RGB underlight 37RGBLIGHT_ENABLE = yes # Enable RGB underlight
38RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812 38RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
39SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend 39SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
40TAP_DANCE_ENABLE = no
41 40
42ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled 41ISSI_ENABLE = yes # If the I2C pullup resistors aren't install this must be disabled
43WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan isn't run every 250ms 42WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan isn't run every 250ms
diff --git a/keyboards/lfkeyboards/lfkpad/rules.mk b/keyboards/lfkeyboards/lfkpad/rules.mk
index f166436c9..7de23ce90 100644
--- a/keyboards/lfkeyboards/lfkpad/rules.mk
+++ b/keyboards/lfkeyboards/lfkpad/rules.mk
@@ -21,7 +21,6 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
21RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lfkeyboards, not qmk base 21RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lfkeyboards, not qmk base
22AUDIO_ENABLE = no # Audio output 22AUDIO_ENABLE = no # Audio output
23UNICODE_ENABLE = no # Unicode 23UNICODE_ENABLE = no # Unicode
24TAP_DANCE_ENABLE = no
25 24
26ISSI_ENABLE = yes # If the I2C pullup resistors aren't installed this must be disabled 25ISSI_ENABLE = yes # If the I2C pullup resistors aren't installed this must be disabled
27WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan() isn't run every 250ms 26WATCHDOG_ENABLE = no # Resets keyboard if matrix_scan() isn't run every 250ms