mirror of
https://github.com/kemko/qmk_firmware.git
synced 2026-01-06 02:05:45 +03:00
* create userspace * add early macro support, but gtg * attempt to create userspace. * all changes suggested
5 lines
98 B
Makefile
5 lines
98 B
Makefile
SRC += rossman360.c
|
|
|
|
ifeq ($(strip $(MACROS_ENABLED)), yes)
|
|
OPT_DEFS += -DMACROS_ENABLED
|
|
endif |