forked from mirrors/qmk_userspace
is31fl3733: driver naming cleanups (#21905)
This commit is contained in:
parent
2d41443e6a
commit
1cbb5ae99e
62 changed files with 358 additions and 277 deletions
|
@ -17,7 +17,7 @@
|
|||
#pragma once
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define DRIVER_COUNT 2
|
||||
#define IS31FL3733_DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 0b1010000
|
||||
#define DRIVER_ADDR_2 0b1011111
|
||||
|
||||
|
|
|
@ -16,14 +16,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* DIP switch */
|
||||
#define DIP_SWITCH_MATRIX_GRID { {0,1} }
|
||||
|
||||
/* RGB Matrix Driver Configuration */
|
||||
#define DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 0b1010000
|
||||
#define DRIVER_ADDR_2 0b1011111
|
||||
|
||||
/* RGB Matrix Configuration */
|
||||
#define DRIVER_1_LED_TOTAL 59
|
||||
#define DRIVER_2_LED_TOTAL 24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue