diff options
Diffstat (limited to 'keyboards/planck/light/config.h')
-rw-r--r-- | keyboards/planck/light/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/light/config.h b/keyboards/planck/light/config.h index 17c015ed0f..c7bc9cb1a3 100644 --- a/keyboards/planck/light/config.h +++ b/keyboards/planck/light/config.h @@ -39,7 +39,7 @@ #define DRIVER_COUNT 2 #define DRIVER_1_LED_TOTAL 25 #define DRIVER_2_LED_TOTAL 24 -#define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL +#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) #endif |