forked from mirrors/qmk_userspace
Migrate some common features to generic (#22403)
This commit is contained in:
parent
4e577cbbea
commit
147865cf57
9 changed files with 36 additions and 72 deletions
|
@ -31,7 +31,6 @@ SWAP_HANDS_ENABLE = no # Allow swapping hands of keyboard.
|
|||
# POINTING_DEVICE_ENABLE = no
|
||||
|
||||
# AUTO_SHIFT_ENABLE = no
|
||||
# AUTO_SHIFT_MODIFIERS = no
|
||||
|
||||
# This don't need argument?
|
||||
# CUSTOM_MATRIX # Custom matrix file for the ErgoDox EZ
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
AUTO_SHIFT_ENABLE = no
|
||||
AUTO_SHIFT_MODIFIERS = no
|
||||
RGBLIGHT_ENABLE = no
|
||||
BACKLIGHT_ENABLE = no
|
||||
UNICODE_ENABLE = yes
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
AUTO_SHIFT_ENABLE = no
|
||||
AUTO_SHIFT_MODIFIERS = no
|
||||
UNICODE_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ OLED_ENABLE = yes
|
|||
|
||||
MOUSEKEY_ENABLE = yes
|
||||
AUTO_SHIFT_ENABLE = yes
|
||||
AUTO_SHIFT_MODIFIERS = no
|
||||
COMBO_ENABLE = yes
|
||||
LEADER_ENABLE = yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue