summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/bluetooth/indicator.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2023-04-20 15:51:23 +0800
committerlokher <lokher@gmail.com>2023-04-20 15:51:23 +0800
commit103badc87cb50db1ff3851c84331e86ba78fb681 (patch)
treec23b8bdf74e132474da0c3d9d2bc4410abdad587 /keyboards/keychron/bluetooth/indicator.h
parent45550030192ff3305bc8ef5263d86b865bb2a815 (diff)
fix led issue
Diffstat (limited to 'keyboards/keychron/bluetooth/indicator.h')
-rwxr-xr-xkeyboards/keychron/bluetooth/indicator.h1
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);