Remove lingering `DRIVER_LED_TOTAL` references (#18662)

master
jack 2022-10-10 02:03:19 -06:00 committed by GitHub
parent 7ac159cd4f
commit 9f5806781c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@
#if defined(RGB_DI_PIN) && defined(RGB_MATRIX_ENABLE)
#ifndef ID61_DISABLE_UNDERGLOW
#define DRIVER_LED_TOTAL 71
#define RGB_MATRIX_LED_COUNT 71
#else
#define DRIVER_LED_TOTAL 61 // = 71 - 10
#define RGB_MATRIX_LED_COUNT 61 // = 71 - 10
#endif
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended