summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/practice60/led_custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/practice60/led_custom.h')
-rw-r--r--keyboards/handwired/practice60/led_custom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/practice60/led_custom.h b/keyboards/handwired/practice60/led_custom.h
new file mode 100644
index 000000000..8451c06d6
--- /dev/null
+++ b/keyboards/handwired/practice60/led_custom.h
@@ -0,0 +1,6 @@
+#pragma once
+
+void backlight_task(void);
+void breathing_interrupt_disable(void);
+void breathing_interrupt_enable(void);
+bool is_breathing(void);