diff options
author | Joel Challis <git@zvecr.com> | 2024-01-16 01:03:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 01:03:55 +0000 |
commit | a90b45e8320389160ee1a649ccf95d6d820fd277 (patch) | |
tree | 2a7dbc7cdb6dc5d1ffef7511ad2307ea0a10db8c /keyboards/redragon | |
parent | de6ae3408c798ab38ed09b6c91ae1684121f5ca2 (diff) |
Migrate RGB Matrix config to info.json - RS (#22909)
Diffstat (limited to 'keyboards/redragon')
-rw-r--r-- | keyboards/redragon/k667/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/redragon/k667/config.h b/keyboards/redragon/k667/config.h index 33e26c4a39..6408c97af4 100644 --- a/keyboards/redragon/k667/config.h +++ b/keyboards/redragon/k667/config.h @@ -16,12 +16,5 @@ #pragma once - #define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND #define IS31FL3733_I2C_ADDRESS_2 IS31FL3733_I2C_ADDRESS_GND_VCC - -#define DRIVER_1_LED_TOTAL 45 -#define DRIVER_2_LED_TOTAL 45 - -#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL+DRIVER_2_LED_TOTAL) - |