~ruther/qmk_firmware

ref: 618d0f05f4ee94c8af6d92dd353a2006b75e6c51 qmk_firmware/users/jarred/rules.mk -rw-r--r-- 322 bytes
618d0f05 — Xyverz Removed unneeded layers from xyverz keymaps (#21008) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
Do not follow this link