~ruther/qmk_firmware

ref: 67a87f67a0b1bb339e088d5ab0f7ffa7bb26ba13 qmk_firmware/users/dshields/rules.mk -rw-r--r-- 857 bytes
67a87f67 — QMK Bot Merge remote-tracking branch 'origin/master' into develop 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SRC += dshields.c

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
SPACE_CADET_ENABLE    = no
LEADER_ENABLE         = no
DYNAMIC_MACRO_ENABLE  = yes

LTO_ENABLE            = yes
CAPS_WORD_ENABLE      = yes

ifeq ($(strip $(KEYBOARD)), planck/rev3)
	AUDIO_ENABLE	  = no
	BACKLIGHT_ENABLE  = yes
	RGB_MATRIX_ENABLE = no
endif
ifeq ($(strip $(KEYBOARD)), planck/rev6)
	CFLAGS           += -Wno-error=deprecated
	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
Do not follow this link