From 2908f1f96361435a4ba4a5baec8e3f45308963bf Mon Sep 17 00:00:00 2001 From: Rossman360 <53881724+Rossman360@users.noreply.github.com> Date: Sat, 4 Jan 2020 15:51:33 -0500 Subject: [Keymap] Rossman360 Userspace add (#7779) * create userspace * add early macro support, but gtg * attempt to create userspace. * all changes suggested --- users/rossman360/rules.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 users/rossman360/rules.mk (limited to 'users/rossman360/rules.mk') 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 -- cgit v1.2.3