Browse Source

Enable RGB Matrix animations being used (#15338)

pull/15343/head
stanrc85 2 years ago
committed by GitHub
parent
commit
9beee82825
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      users/stanrc85/config.h

+ 8
- 2
users/stanrc85/config.h View File

@ -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
#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

Loading…
Cancel
Save