Skip to content

Commit

Permalink
Use digits to indicate battery level
Browse files Browse the repository at this point in the history
Co-authored-by: lokher <[email protected]>
  • Loading branch information
jeremy-engel and lokher authored Feb 29, 2024
1 parent 5ace919 commit c1ef96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/keychron/q2_pro/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{ 15, 16, 17 }

# define BAT_LEVEL_LED_LIST \
{ 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 }
{ 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 c1ef96d

Please sign in to comment.