mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
5 lines
103 B
Makefile
5 lines
103 B
Makefile
|
SRC += cedrikl.c
|
||
|
ifeq ($(strip $(STARTUP_NUMLOCK_ON)), yes)
|
||
|
OPT_DEFS += -DSTARTUP_NUMLOCK_ON
|
||
|
endif
|