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