diff options
author | jack <0x6A73@pm.me> | 2022-11-20 14:30:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-20 14:30:40 +0000 |
commit | 6c40a4605793d29d1bae07401006287300c8349d (patch) | |
tree | ddbce65b2292ee02f40e188d13e3527d0fe28a7a /keyboards/keychron/q5/iso/config.h | |
parent | 543a863766192eab626492ec4f48641743ffc797 (diff) |
Fixup keychron/q5 (#19119)
Diffstat (limited to 'keyboards/keychron/q5/iso/config.h')
-rw-r--r-- | keyboards/keychron/q5/iso/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/q5/iso/config.h b/keyboards/keychron/q5/iso/config.h index 751a45711f..df775f11f1 100644 --- a/keyboards/keychron/q5/iso/config.h +++ b/keyboards/keychron/q5/iso/config.h @@ -19,7 +19,7 @@ /* RGB Matrix Configuration */ #define DRIVER_1_LED_TOTAL 55 #define DRIVER_2_LED_TOTAL 46 -#define DRIVER_LED_TOTAL (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) +#define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_TOTAL + DRIVER_2_LED_TOTAL) /* Enable caps-lock LED */ #define CAPS_LOCK_LED_INDEX 53 |