summaryrefslogtreecommitdiff
path: root/users/rossman360/rules.mk
diff options
context:
space:
mode:
authorRossman360 <53881724+Rossman360@users.noreply.github.com>2020-01-04 15:51:33 -0500
committerDrashna Jaelre <drashna@live.com>2020-01-04 12:51:33 -0800
commit2908f1f96361435a4ba4a5baec8e3f45308963bf (patch)
tree686f75d3baf372f73fece8321e8645121ed9b399 /users/rossman360/rules.mk
parentdcb7ca3f7910420cfa85ba659d48285b3633a978 (diff)
[Keymap] Rossman360 Userspace add (#7779)
* create userspace * add early macro support, but gtg * attempt to create userspace. * all changes suggested
Diffstat (limited to 'users/rossman360/rules.mk')
-rw-r--r--users/rossman360/rules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/rossman360/rules.mk b/users/rossman360/rules.mk
new file mode 100644
index 0000000000..8aaa74316f
--- /dev/null
+++ b/users/rossman360/rules.mk
@@ -0,0 +1,5 @@
+SRC += rossman360.c
+
+ifeq ($(strip $(MACROS_ENABLED)), yes)
+ OPT_DEFS += -DMACROS_ENABLED
+endif \ No newline at end of file