mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
Fix Bug #228
This commit is contained in:
parent
6edb298b2b
commit
4a63b50e69
|
@ -19,9 +19,7 @@
|
|||
#ifdef RGB_MATRIX_ENABLE
|
||||
/* RGB Matrix driver configuration */
|
||||
# define DRIVER_COUNT 2
|
||||
# define DRIVER_1_LED_COUNT 45
|
||||
# define DRIVER_2_LED_COUNT 39
|
||||
# define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_COUNT + DRIVER_2_LED_COUNT)
|
||||
# define RGB_MATRIX_LED_COUNT 81
|
||||
|
||||
# define SPI_SCK_PIN A5
|
||||
# define SPI_MISO_PIN A6
|
||||
|
|
Loading…
Reference in New Issue
Block a user