diff options
| author | Ryan | 2023-09-13 14:50:20 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-13 14:50:20 +0200 |
| commit | 2d41443e6a2c97ab018879aac5048cdf28958bdd (patch) | |
| tree | 06bb8294ab1da4f25e213b742fabd3d0c331f726 /keyboards/wilba_tech/wt75_c/config.h | |
| parent | d36f73a431e4e22dc3a95f5e5ecf6da2123a1339 (diff) | |
is31fl3736: driver naming cleanups (#21903)
Diffstat (limited to 'keyboards/wilba_tech/wt75_c/config.h')
| -rw-r--r-- | keyboards/wilba_tech/wt75_c/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt75_c/config.h b/keyboards/wilba_tech/wt75_c/config.h index 7d07822eb6..c4f9170872 100644 --- a/keyboards/wilba_tech/wt75_c/config.h +++ b/keyboards/wilba_tech/wt75_c/config.h @@ -61,3 +61,6 @@ // Backlight config starts after VIA's EEPROM usage, // dynamic keymaps start after this. #define VIA_EEPROM_CUSTOM_CONFIG_SIZE 7 + +#define IS31FL3736_DRIVER_COUNT 2 +#define RGB_MATRIX_LED_COUNT 96 |