[Keyboard] Update lighting effects for xbows keyboard (#14432)
This commit is contained in:
parent
12a8e59e9c
commit
6930eed964
13 changed files with 179 additions and 65 deletions
|
@ -28,9 +28,12 @@
|
|||
#define MATRIX_ROW_PINS { F7, F6, F5, F4, F1, F0 }
|
||||
#define MATRIX_COL_PINS { B0, B1, B2, B3, B7, D2, D3, D5, D4, D6, D7, B4, B5, B6, C6 }
|
||||
#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
|
||||
|
@ -39,7 +42,7 @@
|
|||
# define RGB_MATRIX_KEYPRESSES
|
||||
# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
|
||||
# define RGB_MATRIX_CENTER \
|
||||
{ 92, 43 }
|
||||
{ 92, 33 }
|
||||
|
||||
# define DRIVER_ADDR_1 0b1110100
|
||||
# define DRIVER_ADDR_2 0b1110110
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue