summaryrefslogtreecommitdiff
path: root/users/stanrc85/rules.mk
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2019-03-06 15:20:51 -0500
committerDrashna Jaelre <drashna@live.com>2019-03-06 12:20:51 -0800
commit33e9f1c75a6961fa25689aba2586fd0ef1fba75f (patch)
tree59c653a830ee60fccefd39d09251397edb0eb7de /users/stanrc85/rules.mk
parentbe8257f0a784a07e7dd93ecafe96c1d7774383f7 (diff)
[Keymap] Add KC_MAKE keycode to my userspace and keymaps (#5324)
* Add keycode for KC_MAKE * Add KC_MAKE keycode * Add stanrc85.c file with KC_MAKE * Remove unused include * Improved KC_MAKE stolen from Drashna * Define mod mask for new KC_MAKE code * RESET board to flash after compiling * Remove send_string * RESET fixed in KC_MAKE
Diffstat (limited to 'users/stanrc85/rules.mk')
-rw-r--r--users/stanrc85/rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk
index c94dca0b7c..4b66f9692d 100644
--- a/users/stanrc85/rules.mk
+++ b/users/stanrc85/rules.mk
@@ -8,6 +8,8 @@ AUDIO_ENABLE = no
CONSOLE_ENABLE = no
NKRO_ENABLE = no
+SRC += stanrc85.c
+
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
# Include my fancy rgb functions source here
SRC += layer_rgb.c