forked from mirrors/qmk_userspace
Remove keyboard-level TAP_DANCE_ENABLE rules (#14538)
This commit is contained in:
parent
be3259b793
commit
d84794b352
33 changed files with 5 additions and 34 deletions
|
|
@ -16,6 +16,5 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|||
NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA
|
||||
UNICODE_ENABLE = yes # Enable support for arrow keys icon on the second layer.
|
||||
COMBO_ENABLE = yes # Enable combo for special function when using multiple keys at once.
|
||||
TAP_DANCE_ENABLE = no # Enable use multiple tap
|
||||
NKRO_ENABLE = yes
|
||||
BACKLIGHT_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ MOUSEKEY_ENABLE = yes
|
|||
NKRO_ENABLE = no
|
||||
RGBLIGHT_ENABLE = yes
|
||||
SLEEP_LED_ENABLE = yes
|
||||
TAP_DANCE_ENABLE = no
|
||||
UCIS_ENABLE = no
|
||||
UNICODEMAP_ENABLE = no
|
||||
UNICODE_ENABLE = no
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
TAP_DANCE_ENABLE = yes
|
||||
|
|
@ -20,5 +20,3 @@ NKRO_ENABLE = no # USB Nkey Rollover
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
TAP_DANCE_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -17,6 +17,5 @@ RGBLIGHT_ENABLE = no # Enable keyboard underlight functionality
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no
|
||||
UNICODE_ENABLE = no # Unicode
|
||||
TAP_DANCE_ENABLE = no
|
||||
|
||||
LAYOUTS = numpad_5x4
|
||||
|
|
|
|||
1
keyboards/handwired/myskeeb/keymaps/default/rules.mk
Normal file
1
keyboards/handwired/myskeeb/keymaps/default/rules.mk
Normal file
|
|
@ -0,0 +1 @@
|
|||
TAP_DANCE_ENABLE = yes
|
||||
|
|
@ -23,4 +23,3 @@ SPLIT_KEYBOARD = yes # Enables split keyboard support
|
|||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
NO_USB_STARTUP_CHECK = yes
|
||||
TAP_DANCE_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
TAP_DANCE_ENABLE = yes
|
||||
|
|
@ -17,5 +17,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here:
|
|||
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
||||
AUDIO_ENABLE = no
|
||||
RGBLIGHT_ENABLE = no
|
||||
TAP_DANCE_ENABLE = yes
|
||||
DYNAMIC_MACRO_ENABLE = yes
|
||||
DYNAMIC_MACRO_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ UNICODE_ENABLE = no # Unicode
|
|||
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
||||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
||||
TAP_DANCE_ENABLE = no # Enable tap dance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue