~ruther/qmk_firmware

ref: 32126dc4f01142dbc61f52c9d225bb53faf2d12c qmk_firmware/users/muppetjones/rules.mk -rw-r--r-- 462 bytes
32126dc4 — QMK Bot Merge remote-tracking branch 'origin/master' into develop 1 year, 8 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
# Reduce firmware size
# 	https://thomasbaart.nl/2018/12/01/reducing-firmware-size-in-qmk/
# also requires in config.h
#	NO_ACTION_MACRO
#	NO_ACTION_FUNCTION
LTO_ENABLE = yes

SRC += muppetjones.c
SRC += features/casemodes.c

ifdef COMBO_ENABLE
	SRC += ./features/combos.c
endif

ifdef ENCODER_ENABLE
	SRC += ./features/etchamouse.c
endif

ifdef RGBLIGHT_ENABLE
	SRC += ./features/rgblayers.c
endif

ifdef TAP_DANCE_ENABLE
	SRC += ./features/dancelayers.c
endif
Do not follow this link