[Keymap] Move common code and configuration to userspace for dshields keymaps. (#6537)
This commit is contained in:
parent
75c9747787
commit
63a0b1241d
9 changed files with 79 additions and 111 deletions
24
users/dshields/rules.mk
Normal file
24
users/dshields/rules.mk
Normal file
|
@ -0,0 +1,24 @@
|
|||
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
|
||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||
CONSOLE_ENABLE = no # Console for debug(+400)
|
||||
EXTRAKEY_ENABLE = no
|
||||
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
||||
API_SYSEX_ENABLE = no
|
||||
|
||||
ifeq ($(strip $(KEYBOARD)), planck/rev3)
|
||||
AUDIO_ENABLE = no
|
||||
BACKLIGHT_ENABLE = yes
|
||||
RGB_MATRIX_ENABLE = no
|
||||
endif
|
||||
ifeq ($(strip $(KEYBOARD)), planck/rev6)
|
||||
EXTRALDFLAGS = -Wl,--build-id=none
|
||||
AUDIO_ENABLE = no
|
||||
BACKLIGHT_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = no
|
||||
endif
|
||||
ifeq ($(strip $(KEYBOARD)), planck/light)
|
||||
AUDIO_ENABLE = yes
|
||||
BACKLIGHT_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue