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/q10 | |
parent | e279c78ba3054ebc2e294dd91ea98341cc509d1e (diff) |
LED drivers: register naming cleanups (#22436)
Diffstat (limited to 'keyboards/keychron/q10')
-rw-r--r-- | keyboards/keychron/q10/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/q10/config.h b/keyboards/keychron/q10/config.h index 645eb054d4..93941c3f19 100644 --- a/keyboards/keychron/q10/config.h +++ b/keyboards/keychron/q10/config.h @@ -41,7 +41,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 #define SNLED27351_CURRENT_TUNE \ { 0x98, 0x98, 0x4A, 0x98, 0x98, 0x4A, 0x98, 0x98, 0x4A, 0x98, 0x98, 0x4A } |