[Keyboard] Update lighting effects for xbows keyboard (#14432)

This commit is contained in:
X-Bows Tech 2021-09-16 01:14:05 +08:00 committed by GitHub
parent 12a8e59e9c
commit 6930eed964
Failed to generate hash of commit
13 changed files with 179 additions and 65 deletions

View file

@ -28,9 +28,12 @@
#define MATRIX_ROW_PINS { B5, B4, C6, B6, D7, B3 }
#define MATRIX_COL_PINS { D4, D6, B2, B1 }
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCE 3
/* disable these deprecated features by default */
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_PROCESS_LIMIT 18
# define RGB_MATRIX_LED_FLUSH_LIMIT 16