diff options
author | jack <0x6A73@pm.me> | 2022-11-24 07:50:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 18:50:17 +1100 |
commit | 3209c7a42c4d70b5f59eda93bf227d89de9fc872 (patch) | |
tree | 5bba9c2602f95fe5919ff7bee6764746f4cc15e9 /keyboards | |
parent | af6aa225ebfc64caf571601b3e3390614daad54f (diff) |
Fixup aurora/corne on develop (#19144)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/splitkb/aurora/corne/rev1/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/splitkb/aurora/corne/rev1/config.h b/keyboards/splitkb/aurora/corne/rev1/config.h index 0d4af3b8cc..f5925787bf 100644 --- a/keyboards/splitkb/aurora/corne/rev1/config.h +++ b/keyboards/splitkb/aurora/corne/rev1/config.h @@ -29,7 +29,7 @@ // Not yet available in `info.json` #ifdef RGB_MATRIX_ENABLE # define RGB_MATRIX_MAXIMUM_BRIGHTNESS RGBLIGHT_LIMIT_VAL -# define DRIVER_LED_TOTAL RGBLED_NUM +# define RGB_MATRIX_LED_COUNT RGBLED_NUM # define RGB_MATRIX_SPLIT RGBLED_SPLIT # define SPLIT_TRANSPORT_MIRROR #endif |