[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
This commit is contained in:
parent
be8257f0a7
commit
33e9f1c75a
5 changed files with 56 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue