This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Rossman360 2908f1f963 [Keymap] Rossman360 Userspace add (#7779)
* create userspace

* add early macro support, but gtg

* attempt to create userspace.

* all changes suggested
2020-01-04 12:51:33 -08:00

5 lines
98 B
Makefile

SRC += rossman360.c
ifeq ($(strip $(MACROS_ENABLED)), yes)
OPT_DEFS += -DMACROS_ENABLED
endif