Use expected LED indices for host and battery indicators
This commit is contained in:
parent
87e48857b1
commit
5ace91966c
1 changed files with 2 additions and 2 deletions
|
|
@ -47,10 +47,10 @@
|
||||||
# define LED_DRIVER_SHUTDOWN_PIN C14
|
# define LED_DRIVER_SHUTDOWN_PIN C14
|
||||||
|
|
||||||
# define HOST_LED_MATRIX_LIST \
|
# define HOST_LED_MATRIX_LIST \
|
||||||
{ 16, 17, 18 }
|
{ 15, 16, 17 }
|
||||||
|
|
||||||
# define BAT_LEVEL_LED_LIST \
|
# 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 }
|
||||||
|
|
||||||
/* Backlit disable timeout when keyboard is disconnected(unit: second) */
|
/* Backlit disable timeout when keyboard is disconnected(unit: second) */
|
||||||
# define DISCONNECTED_BACKLIGHT_DISABLE_TIMEOUT 40
|
# define DISCONNECTED_BACKLIGHT_DISABLE_TIMEOUT 40
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue