diff options
author | lokher <lokher@gmail.com> | 2023-04-20 15:51:23 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2023-04-20 15:51:23 +0800 |
commit | 103badc87cb50db1ff3851c84331e86ba78fb681 (patch) | |
tree | c23b8bdf74e132474da0c3d9d2bc4410abdad587 /keyboards/keychron/bluetooth/indicator.h | |
parent | 45550030192ff3305bc8ef5263d86b865bb2a815 (diff) |
fix led issue
Diffstat (limited to 'keyboards/keychron/bluetooth/indicator.h')
-rwxr-xr-x | keyboards/keychron/bluetooth/indicator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/keychron/bluetooth/indicator.h b/keyboards/keychron/bluetooth/indicator.h index d1345d2235..a2eb3f019c 100755 --- a/keyboards/keychron/bluetooth/indicator.h +++ b/keyboards/keychron/bluetooth/indicator.h @@ -106,6 +106,7 @@ void indicator_stop(void); void indicator_eeconfig_reload(void); bool indicator_is_enabled(void); bool indicator_is_running(void); +void os_state_indicate(void); #ifdef BAT_LOW_LED_PIN void indicator_battery_low_enable(bool enable); |