Use digits to indicate battery level
Co-authored-by: lokher <lokher@gmail.com>
This commit is contained in:
parent
5ace91966c
commit
c1ef96df3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue