diff options
author | Ryan <fauxpark@gmail.com> | 2024-01-02 16:26:01 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 16:26:01 +1100 |
commit | f583d2fef01372f55057dcf44569252e3582d0f5 (patch) | |
tree | d0bae839665ef64e5620b0c151735e16d226264d /keyboards/phentech | |
parent | 8a6b7003f70a2d7947236849d46753cbc91440a3 (diff) |
Remove IS31FLCOMMON code (#22800)
Diffstat (limited to 'keyboards/phentech')
-rw-r--r-- | keyboards/phentech/rpk_001/config.h | 4 | ||||
-rw-r--r-- | keyboards/phentech/rpk_001/info.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/phentech/rpk_001/config.h b/keyboards/phentech/rpk_001/config.h index ad95ed6f10..097edc2bf7 100644 --- a/keyboards/phentech/rpk_001/config.h +++ b/keyboards/phentech/rpk_001/config.h @@ -4,8 +4,8 @@ #pragma once /* RGB Config */ -#define DRIVER_1_CS B6 -#define DRIVER_1_EN B7 +#define AW20216S_CS_PIN_1 B6 +#define AW20216S_EN_PIN_1 B7 #define RGB_MATRIX_LED_COUNT 67 /* SPI Config */ diff --git a/keyboards/phentech/rpk_001/info.json b/keyboards/phentech/rpk_001/info.json index d047c36456..fee1f53806 100644 --- a/keyboards/phentech/rpk_001/info.json +++ b/keyboards/phentech/rpk_001/info.json @@ -42,7 +42,7 @@ "on_state": 0 }, "rgb_matrix": { - "driver": "aw20216", + "driver": "aw20216s", "animations": { "solid_color": true, "alphas_mods": true, |