]> git.donarmstrong.com Git - qmk_firmware.git/blob - users/jarred/rules.mk
Keymap: Adding my DZ60, Satan, XD75 kemaps and updates to userspace (#4039)
[qmk_firmware.git] / users / jarred / rules.mk
1 SRC += jarred.c
2
3 ifneq (,$(findstring planck,$(KEYBOARD)))
4   # Enable backlight for rev4 planck only
5   ifneq (,$(findstring rev4,$(KEYBOARD)))
6     BACKLIGHT_ENABLE = yes
7     BACKLIGHT_BREATHING = yes
8   else
9     BACKLIGHT_ENABLE = no
10     BACKLIGHT_BREATHING = no
11   endif
12   
13   AUDIO_ENABLE = yes
14 endif
15
16 MOUSEKEY_ENABLE = no