summaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/wt_rgb_backlight.h
diff options
context:
space:
mode:
authorWilba <wilba@wilba.tech>2022-10-13 18:14:58 +1100
committerGitHub <noreply@github.com>2022-10-13 18:14:58 +1100
commit4a74e3d02d585ff099c5f900eb05ce3c16c985d7 (patch)
treeb9061a27fb064b158db8f2f1342c5a42024d0c18 /keyboards/wilba_tech/wt_rgb_backlight.h
parentd5b908186461814cfc999fd5878d5d1ed5df2370 (diff)
Fix Caps Lock indicators on Wilba Tech PCBs (#18695)
Diffstat (limited to 'keyboards/wilba_tech/wt_rgb_backlight.h')
-rw-r--r--keyboards/wilba_tech/wt_rgb_backlight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/wilba_tech/wt_rgb_backlight.h b/keyboards/wilba_tech/wt_rgb_backlight.h
index 529f84636a..2114789213 100644
--- a/keyboards/wilba_tech/wt_rgb_backlight.h
+++ b/keyboards/wilba_tech/wt_rgb_backlight.h
@@ -81,7 +81,6 @@ void backlight_timer_enable(void);
void backlight_timer_disable(void);
void backlight_set_suspend_state(bool state);
-void backlight_set_indicator_state(uint8_t state);
// This should not be called from an interrupt
// (eg. from a timer interrupt).