diff options
author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2021-06-20 03:49:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 08:49:49 +0100 |
commit | 873658a76d7ff08ab58215e06f77b7ddca8e10fa (patch) | |
tree | 92da487a1d56d5ad2546453641b1bc3e89c1330e /users/stanrc85 | |
parent | 745f5f65325ccd1705a3c55804a663522632e67e (diff) | |
download | qmk_firmware-873658a76d7ff08ab58215e06f77b7ddca8e10fa.tar.gz qmk_firmware-873658a76d7ff08ab58215e06f77b7ddca8e10fa.zip |
Adding my Bear65 keymap (#12962)
Diffstat (limited to 'users/stanrc85')
-rw-r--r-- | users/stanrc85/rules.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/users/stanrc85/rules.mk b/users/stanrc85/rules.mk index e88d605f5f..805a2929f9 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk @@ -2,7 +2,6 @@ TAP_DANCE_ENABLE = yes EXTRAKEY_ENABLE = yes BACKLIGHT_ENABLE = no COMMAND_ENABLE = no -BOOTMAGIC_ENABLE = no MOUSEKEY_ENABLE = no AUDIO_ENABLE = no CONSOLE_ENABLE = no @@ -31,4 +30,9 @@ endif ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) RGB_MATRIX_ENABLE = yes RGBLIGHT_ENABLE = no -endif
\ No newline at end of file +endif +ifeq ($(strip $(KEYBOARD)), jacky_studio/bear_65) + BACKLIGHT_ENABLE = yes + RGB_MATRIX_ENABLE = yes + RGBLIGHT_ENABLE = no +endif |