diff options
author | Ryan <fauxpark@gmail.com> | 2023-09-13 22:49:29 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 22:49:29 +1000 |
commit | d36f73a431e4e22dc3a95f5e5ecf6da2123a1339 (patch) | |
tree | 4afa278f7a67f173c373de658333e977b7370583 /keyboards/frooastboard | |
parent | 4a0badfb34257b8af819433a6358ed16a50455cb (diff) |
is31fl3737: driver naming cleanups (#21904)
Diffstat (limited to 'keyboards/frooastboard')
-rw-r--r-- | keyboards/frooastboard/walnut/config.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/frooastboard/walnut/config.h b/keyboards/frooastboard/walnut/config.h index 2703ec1e37..2f11b88377 100644 --- a/keyboards/frooastboard/walnut/config.h +++ b/keyboards/frooastboard/walnut/config.h @@ -3,12 +3,8 @@ #pragma once -#define ISSI_TIMEOUT 100 -#define ISSI_PERSISTENCE 0 -#define ISSI_PWM_FREQUENCY 0b010 -#define ISSI_SWPULLUP PUR_0R -#define ISSI_CSPULLUP PUR_0R -#define DRIVER_COUNT 1 +#define IS31FL3737_PWM_FREQUENCY 0b010 +#define IS31FL3737_DRIVER_COUNT 1 #define RGB_MATRIX_LED_COUNT 48 #define DRIVER_ADDR_1 0b1010000 |