diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-20 07:50:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-20 07:50:19 +0000 |
commit | 25f1c242f86dee768813d73aaf6a4b3ab3c0a4ce (patch) | |
tree | 55ebb2d76cd952c5419caebb4433c98ecc30480b /users | |
parent | f80ee5639e2e685199ecdbb34cc892545783cd39 (diff) | |
parent | 873658a76d7ff08ab58215e06f77b7ddca8e10fa (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users')
-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 |