1
0
Fork 0

[Keymap] Rossman360 Userspace add (#7779)

* create userspace

* add early macro support, but gtg

* attempt to create userspace.

* all changes suggested
This commit is contained in:
Rossman360 2020-01-04 15:51:33 -05:00 committed by Drashna Jaelre
parent dcb7ca3f79
commit 2908f1f963
4 changed files with 129 additions and 0 deletions

View file

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