diff options
author | Ryan <fauxpark@gmail.com> | 2023-09-13 22:47:01 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 22:47:01 +1000 |
commit | 35aceab1a48076a0c508c663781de30717518fcb (patch) | |
tree | 47bd321679fdfef535a9d8e7df0ddde854e80658 /keyboards/keychron/v6 | |
parent | eb2db05e8a7338568fea43b05822aa8089524f61 (diff) |
ckled2001: driver naming cleanups (#21890)
Diffstat (limited to 'keyboards/keychron/v6')
-rw-r--r-- | keyboards/keychron/v6/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/v6/config.h b/keyboards/keychron/v6/config.h index 38cff19e6b..4416591fb9 100644 --- a/keyboards/keychron/v6/config.h +++ b/keyboards/keychron/v6/config.h @@ -20,7 +20,7 @@ #define DIODE_DIRECTION ROW2COL /* RGB Matrix Driver Configuration */ -#define DRIVER_COUNT 2 +#define CKLED2001_DRIVER_COUNT 2 #define DRIVER_ADDR_1 0b1110111 #define DRIVER_ADDR_2 0b1110100 |