From 33e9f1c75a6961fa25689aba2586fd0ef1fba75f Mon Sep 17 00:00:00 2001 From: stanrc85 <47038504+stanrc85@users.noreply.github.com> Date: Wed, 6 Mar 2019 15:20:51 -0500 Subject: [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 --- users/stanrc85/rules.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/stanrc85/rules.mk') 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 -- cgit v1.2.3