Keymap: Adding my DZ60, Satan, XD75 kemaps and updates to userspace (#4039)
* Update userspace with common config.h * Add my dz60, satan and xd75 keyboard keymaps * Fixing executable bits changed during last upstream merge * Cleanup unnecessary files and defines * Remove unnecessary defines from userspace config
This commit is contained in:
parent
1a33054a35
commit
5c2ac733af
12 changed files with 174 additions and 23 deletions
|
@ -1 +1,16 @@
|
|||
SRC += jarred.c
|
||||
|
||||
ifneq (,$(findstring planck,$(KEYBOARD)))
|
||||
# Enable backlight for rev4 planck only
|
||||
ifneq (,$(findstring rev4,$(KEYBOARD)))
|
||||
BACKLIGHT_ENABLE = yes
|
||||
BACKLIGHT_BREATHING = yes
|
||||
else
|
||||
BACKLIGHT_ENABLE = no
|
||||
BACKLIGHT_BREATHING = no
|
||||
endif
|
||||
|
||||
AUDIO_ENABLE = yes
|
||||
endif
|
||||
|
||||
MOUSEKEY_ENABLE = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue