Fix RGB_MATRIX_LED_COUNT for aurora/corne (#19222)

This commit is contained in:
Ryan
2022-12-02 16:36:47 +11:00
committed by GitHub
parent 0e8d22e2b7
commit f98a7e8ffe
2 changed files with 3 additions and 4 deletions

View File

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