diff options
author | Ryan <fauxpark@gmail.com> | 2024-02-15 18:05:08 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 07:05:08 +0000 |
commit | 0b7df03ab77552da806ed0b62d95fbf4199a534d (patch) | |
tree | 44b717212fc09ba8359085ac73d8f39afaca9f9e /keyboards/phentech/rpk_001 | |
parent | 75c6afaa7fd3cbd4e80e563c89b263f7f0057928 (diff) |
AW20216S: combine EN pin defines (#23067)
Diffstat (limited to 'keyboards/phentech/rpk_001')
-rw-r--r-- | keyboards/phentech/rpk_001/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/phentech/rpk_001/config.h b/keyboards/phentech/rpk_001/config.h index 45229ec27b..1e3198dacb 100644 --- a/keyboards/phentech/rpk_001/config.h +++ b/keyboards/phentech/rpk_001/config.h @@ -5,7 +5,7 @@ /* RGB Config */ #define AW20216S_CS_PIN_1 B6 -#define AW20216S_EN_PIN_1 B7 +#define AW20216S_EN_PIN B7 /* SPI Config */ #define SPI_DRIVER SPIDQ |