diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /keyboards/cannonkeys/satisfaction75/led_custom.h |
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75/led_custom.h')
-rw-r--r-- | keyboards/cannonkeys/satisfaction75/led_custom.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/led_custom.h b/keyboards/cannonkeys/satisfaction75/led_custom.h new file mode 100644 index 000000000..d818b48ce --- /dev/null +++ b/keyboards/cannonkeys/satisfaction75/led_custom.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #pragma once | ||
2 | |||
3 | void backlight_task(void); | ||
4 | void breathing_interrupt_disable(void); | ||
5 | void breathing_interrupt_enable(void); | ||
6 | void breathing_enable(void); | ||
7 | void breathing_disable(void); | ||