Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use expected LED indices for host and battery indicators on Q2 Pro #232

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions keyboards/keychron/q2_pro/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
jeremy-engel marked this conversation as resolved.
Show resolved Hide resolved

/* Backlit disable timeout when keyboard is disconnected(unit: second) */
# define DISCONNECTED_BACKLIGHT_DISABLE_TIMEOUT 40
Expand Down
Loading