mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 20:44:38 +00:00
484a9b12bc
* Add VIA support for QMK backlight, QMK RGBLight * clang-format changes
8 lines
208 B
C
8 lines
208 B
C
#pragma once
|
|
|
|
void backlight_task(void);
|
|
void breathing_interrupt_disable(void);
|
|
void breathing_interrupt_enable(void);
|
|
void breathing_toggle(void);
|
|
void breathing_enable(void);
|
|
void breathing_disable(void);
|