Skip to content

Commit

Permalink
Merge pull request #232 from jeremy-engel/q2-pro-led-indicator-index
Browse files Browse the repository at this point in the history
Use expected LED indices for host and battery indicators on Q2 Pro
  • Loading branch information
lokher authored Mar 2, 2024
2 parents 87e4885 + c1ef96d commit 613719b
Showing 1 changed file with 2 additions and 2 deletions.
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 }
{ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}

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

0 comments on commit 613719b

Please sign in to comment.