summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-11-28 20:01:16 +0000
committerQMK Bot <hello@qmk.fm>2021-11-28 20:01:16 +0000
commit1f7faad37aebc4f9f9524dcecb89ce21be6a9ee2 (patch)
tree0e2b1693c9b633d79b96f127e6fca6da89908634
parentd41067f59b9dd5aa422c3024b25c250398ad3187 (diff)
parent9beee82825c52a4618d3cb238c399d9e8a638f42 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--users/stanrc85/config.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/users/stanrc85/config.h b/users/stanrc85/config.h
index 60592c3c6b..b883a21dd2 100644
--- a/users/stanrc85/config.h
+++ b/users/stanrc85/config.h
@@ -12,9 +12,15 @@
#ifdef KEYBOARD_sneakbox_aliceclone
#define INDICATOR_PIN_0 D7
#define INDICATOR_PIN_1 D6
- #define INDICATOR_PIN_2 D4
+ #define INDICATOR_PIN_2 D4
#endif
#ifdef KEYBOARD_boardsource_the_mark
#define RGB_MATRIX_KEYPRESSES
-#endif \ No newline at end of file
+#endif
+
+#ifdef KEYBOARD_jacky_studio_bear_65
+ #define ENABLE_RGB_MATRIX_RAINBOW_MOVING_CHEVRON
+ #define ENABLE_RGB_MATRIX_MULTISPLASH
+ #define ENABLE_RGB_MATRIX_TYPING_HEATMAP
+#endif