diff options
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); | ||