Merge pull request #232 from jeremy-engel/q2-pro-led-indicator-index

Use expected LED indices for host and battery indicators on Q2 Pro
This commit is contained in:
lokher 2024-03-02 14:17:37 +08:00 committed by GitHub
commit 613719b66d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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