diff options
author | Ryan <fauxpark@gmail.com> | 2023-09-13 22:50:20 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 22:50:20 +1000 |
commit | 2d41443e6a2c97ab018879aac5048cdf28958bdd (patch) | |
tree | 06bb8294ab1da4f25e213b742fabd3d0c331f726 /keyboards/wilba_tech/wt75_b | |
parent | d36f73a431e4e22dc3a95f5e5ecf6da2123a1339 (diff) |
is31fl3736: driver naming cleanups (#21903)
Diffstat (limited to 'keyboards/wilba_tech/wt75_b')
-rw-r--r-- | keyboards/wilba_tech/wt75_b/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt75_b/config.h b/keyboards/wilba_tech/wt75_b/config.h index f519fe6603..9d6dfb9585 100644 --- a/keyboards/wilba_tech/wt75_b/config.h +++ b/keyboards/wilba_tech/wt75_b/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 |