mirror of
https://github.com/kemko/qmk_firmware.git
synced 2026-01-05 09:45:45 +03: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
|