is31fl3733: driver naming cleanups (#21905)

This commit is contained in:
Ryan 2023-09-13 22:52:16 +10:00 committed by GitHub
parent 2d41443e6a
commit 1cbb5ae99e
Failed to generate hash of commit
62 changed files with 358 additions and 277 deletions

View file

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

View file

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