summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/q2_pro/config.h
diff options
context:
space:
mode:
authorJeremy Engel <4955347+jeremy-engel@users.noreply.github.com>2024-02-22 14:17:47 -0800
committerJeremy Engel <4955347+jeremy-engel@users.noreply.github.com>2024-02-22 14:17:47 -0800
commit5ace91966cc7b8df532f4ee3cee3c5bc5c414cca (patch)
treea4ce64bdd0b3302b2245dcb7216c4d84c84e8a02 /keyboards/keychron/q2_pro/config.h
parent87e48857b11e4be3842b15407f1b2c67197ce96f (diff)
Use expected LED indices for host and battery indicators
Diffstat (limited to 'keyboards/keychron/q2_pro/config.h')
-rw-r--r--keyboards/keychron/q2_pro/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keychron/q2_pro/config.h b/keyboards/keychron/q2_pro/config.h
index fef8025b2e..e168da84b3 100644
--- a/keyboards/keychron/q2_pro/config.h
+++ b/keyboards/keychron/q2_pro/config.h
@@ -47,10 +47,10 @@
# define LED_DRIVER_SHUTDOWN_PIN C14
# define HOST_LED_MATRIX_LIST \
- { 16, 17, 18 }
+ { 15, 16, 17 }
# define BAT_LEVEL_LED_LIST \
- { 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 }
+ { 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }
/* Backlit disable timeout when keyboard is disconnected(unit: second) */
# define DISCONNECTED_BACKLIGHT_DISABLE_TIMEOUT 40