diff options
author | Jeremy Engel <4955347+jeremy-engel@users.noreply.github.com> | 2024-02-29 08:15:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 08:15:11 -0800 |
commit | c1ef96df3ec6fa3728080333765403e4487f53f9 (patch) | |
tree | 84fa5e1964e655c512d3d053e0ffef94f9204322 | |
parent | 5ace91966cc7b8df532f4ee3cee3c5bc5c414cca (diff) |
Use digits to indicate battery level
Co-authored-by: lokher <lokher@gmail.com>
-rw-r--r-- | keyboards/keychron/q2_pro/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keychron/q2_pro/config.h b/keyboards/keychron/q2_pro/config.h index e168da84b3..cf5b2ffbeb 100644 --- a/keyboards/keychron/q2_pro/config.h +++ b/keyboards/keychron/q2_pro/config.h @@ -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 |