Use digits to indicate battery level

Co-authored-by: lokher <lokher@gmail.com>
This commit is contained in:
Jeremy Engel 2024-02-29 08:15:11 -08:00 committed by GitHub
parent 5ace91966c
commit c1ef96df3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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