diff options
author | Joel Challis <git@zvecr.com> | 2023-11-22 21:37:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 21:37:32 +0000 |
commit | b35bac6afbadc88cf6e8e3d1c8cc7494a510bb60 (patch) | |
tree | e1f4ba12aea2fff946f2d0096d86137f64f5382b /keyboards/mechlovin/adelais/rgb_led | |
parent | a0a6820c1b46d04bc146e0723fd47265e6afe67f (diff) |
Remove unnecessary driver counts (#22435)
Diffstat (limited to 'keyboards/mechlovin/adelais/rgb_led')
-rw-r--r-- | keyboards/mechlovin/adelais/rgb_led/rev2/config.h | 1 | ||||
-rw-r--r-- | keyboards/mechlovin/adelais/rgb_led/rev3/config.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/mechlovin/adelais/rgb_led/rev2/config.h b/keyboards/mechlovin/adelais/rgb_led/rev2/config.h index ec29cdc48e..6bdd06aba8 100644 --- a/keyboards/mechlovin/adelais/rgb_led/rev2/config.h +++ b/keyboards/mechlovin/adelais/rgb_led/rev2/config.h @@ -3,7 +3,6 @@ //rgb matrix setting #define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_GND #define IS31FL3731_I2C_ADDRESS_2 IS31FL3731_I2C_ADDRESS_SDA -#define IS31FL3731_DRIVER_COUNT 2 #define DRIVER_1_LED_TOTAL 32 #define DRIVER_2_LED_TOTAL 36 #define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) diff --git a/keyboards/mechlovin/adelais/rgb_led/rev3/config.h b/keyboards/mechlovin/adelais/rgb_led/rev3/config.h index 48f585e765..ba93133857 100644 --- a/keyboards/mechlovin/adelais/rgb_led/rev3/config.h +++ b/keyboards/mechlovin/adelais/rgb_led/rev3/config.h @@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef RGB_MATRIX_ENABLE //rgb matrix setting #define IS31FL3741_I2C_ADDRESS_1 IS31FL3741_I2C_ADDRESS_SDA -#define IS31FL3741_DRIVER_COUNT 1 #define RGB_MATRIX_LED_COUNT 66 #define RGB_MATRIX_KEYPRESSES // reacts to keypresses |