summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/julian_turner/rules.mk
blob: 1717383ec49ac77708105bfa944307c1d052c59b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
RGBLIGHT_ENABLE = yes

OLED_ENABLE     = yes
WPM_ENABLE = yes


# Enables Link Time Optimization (LTO) when compiling the keyboard. This makes the process take longer, but it can significantly reduce the compiled size (and since the firmware is small, the added time is not noticeable).
LTO_ENABLE      = yes



ifeq ($(OLED_ENABLE),yes)
	SRC += ./oled.c
endif