diff options
| author | Ryan <fauxpark@gmail.com> | 2023-11-21 02:48:23 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 15:48:23 +0000 |
| commit | dda6e7fb36f20821c60fbd7638c9bd016ef217d6 (patch) | |
| tree | 0de59c7b2f1683866ccdf929890eed726919f23b /keyboards/keychron/v2 | |
| parent | e279c78ba3054ebc2e294dd91ea98341cc509d1e (diff) | |
LED drivers: register naming cleanups (#22436)
Diffstat (limited to 'keyboards/keychron/v2')
| -rw-r--r-- | keyboards/keychron/v2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/v2/config.h b/keyboards/keychron/v2/config.h index fa3c794edc..8f94b84235 100644 --- a/keyboards/keychron/v2/config.h +++ b/keyboards/keychron/v2/config.h @@ -31,7 +31,7 @@ #define I2C1_TIMINGR_SCLH 15U #define I2C1_TIMINGR_SCLL 51U -#define SNLED27351_PHASE_CHANNEL SNLED27351_MSKPHASE_9CHANNEL +#define SNLED27351_PHASE_CHANNEL SNLED27351_SCAN_PHASE_9_CHANNEL /* Disable DIP switch in matrix data */ #define MATRIX_MASKED |
