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 e88d605f5..805a2929f 100644 --- a/users/stanrc85/rules.mk +++ b/users/stanrc85/rules.mk | |||
@@ -2,7 +2,6 @@ TAP_DANCE_ENABLE = yes | |||
2 | EXTRAKEY_ENABLE = yes | 2 | EXTRAKEY_ENABLE = yes |
3 | BACKLIGHT_ENABLE = no | 3 | BACKLIGHT_ENABLE = no |
4 | COMMAND_ENABLE = no | 4 | COMMAND_ENABLE = no |
5 | BOOTMAGIC_ENABLE = no | ||
6 | MOUSEKEY_ENABLE = no | 5 | MOUSEKEY_ENABLE = no |
7 | AUDIO_ENABLE = no | 6 | AUDIO_ENABLE = no |
8 | CONSOLE_ENABLE = no | 7 | CONSOLE_ENABLE = no |
@@ -31,4 +30,9 @@ endif | |||
31 | ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) | 30 | ifeq ($(strip $(KEYBOARD)), boardsource/the_mark) |
32 | RGB_MATRIX_ENABLE = yes | 31 | RGB_MATRIX_ENABLE = yes |
33 | RGBLIGHT_ENABLE = no | 32 | RGBLIGHT_ENABLE = no |
34 | endif \ No newline at end of file | 33 | endif |
34 | ifeq ($(strip $(KEYBOARD)), jacky_studio/bear_65) | ||
35 | BACKLIGHT_ENABLE = yes | ||
36 | RGB_MATRIX_ENABLE = yes | ||
37 | RGBLIGHT_ENABLE = no | ||
38 | endif | ||