diff options
Diffstat (limited to 'keyboards/keychron/k10_pro/iso/rgb/config.h')
-rw-r--r-- | keyboards/keychron/k10_pro/iso/rgb/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keychron/k10_pro/iso/rgb/config.h b/keyboards/keychron/k10_pro/iso/rgb/config.h index da2aa831f6..23aaeba655 100644 --- a/keyboards/keychron/k10_pro/iso/rgb/config.h +++ b/keyboards/keychron/k10_pro/iso/rgb/config.h @@ -19,9 +19,10 @@ #ifdef RGB_MATRIX_ENABLE /* RGB Matrix Driver Configuration */ # define DRIVER_COUNT 2 - # define DRIVER_ADDR_1 0b1110111 # define DRIVER_ADDR_2 0b1110100 + +/* RGB Matrix Configuration */ # define DRIVER_1_LED_TOTAL 60 # define DRIVER_2_LED_TOTAL 49 # define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) |