mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 15:44:17 -04:00
fixing bugs in the rollow configuration
- enabling extra keys by default to rollow - forcing extrqa keys to be on in the userspace rules.mk
This commit is contained in:
parent
efed5396ba
commit
64f90da9c6
2 changed files with 100 additions and 88 deletions
|
@ -9,6 +9,8 @@
|
|||
#
|
||||
# ?= means set the value if its not defined elsewhere
|
||||
|
||||
|
||||
|
||||
LTO_ENABLE ?= yes
|
||||
MAGIC_ENABLE ?= no
|
||||
CONSOLE_ENABLE ?= no
|
||||
|
@ -26,6 +28,7 @@ ENCODER_ENABLE ?= no
|
|||
ENCODER_MAP_ENABLE ?= no
|
||||
|
||||
# qmk features we will force
|
||||
EXTRAKEY_ENABLE = yes
|
||||
AUDIO_ENABLE = no
|
||||
CAPS_WORD_ENABLE = yes
|
||||
MOUSEKEY_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue