mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 19:14:38 +00:00
7 lines
149 B
C
7 lines
149 B
C
|
#pragma once
|
||
|
|
||
|
void backlight_task(void);
|
||
|
void breathing_interrupt_disable(void);
|
||
|
void breathing_interrupt_enable(void);
|
||
|
void breathing_toggle(void);
|