diff options
author | Ryan <fauxpark@gmail.com> | 2022-12-02 16:36:47 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 16:36:47 +1100 |
commit | f98a7e8ffecdf4904879d8d3c0cc3307aa6f9966 (patch) | |
tree | c8cb06218ee340846816220366573bf5d6e75978 /keyboards/monstargear | |
parent | 0e8d22e2b79829db36260fbde9ad44cf2787e2cd (diff) |
Fix `RGB_MATRIX_LED_COUNT` for aurora/corne (#19222)
Diffstat (limited to 'keyboards/monstargear')
-rw-r--r-- | keyboards/monstargear/xo87/solderable/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/monstargear/xo87/solderable/config.h b/keyboards/monstargear/xo87/solderable/config.h index 04167087b9..9c272b0f97 100644 --- a/keyboards/monstargear/xo87/solderable/config.h +++ b/keyboards/monstargear/xo87/solderable/config.h @@ -33,7 +33,6 @@ #define KEYLED_COLS 16 #define KEYLED_ROW_PINS { E5,B4,B5,F0,C6,D5 } #define KEYLED_COL_PINS { C4,C2,C0,E0,D4,E4,B6,B2,F4,A0,F2,A4,F1,A7,D3,A3 } -#define LED_DRIVER_LED_COUNT 93 #define DIODE_DIRECTION ROW2COL #define RGB_DI_PIN D7 |