mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
c20522369b
Co-authored-by: Cedrik Lussier <lussier.cedrik@gmail.com>
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
|