summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/stm32f072/led_custom.h
diff options
context:
space:
mode:
authorAndrew Kannan <andrew.kannan@klaviyo.com>2019-03-18 19:12:09 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-18 19:12:09 +0100
commit99a8628383803d25c07d3f170ce5791da2c80a51 (patch)
tree0754f688d9ce9515267f368e31f3b826b7019733 /keyboards/cannonkeys/stm32f072/led_custom.h
parent3a2eb68e9e37fddc79ec59769052846a5e1051e8 (diff)
downloadqmk_firmware-99a8628383803d25c07d3f170ce5791da2c80a51.tar.gz
qmk_firmware-99a8628383803d25c07d3f170ce5791da2c80a51.tar.xz
[Keyboard] CannonKeys Instant60 Keyboard (#5433)
* Instant 60 * Instant60 changes again * turn off LSE and features * Working RGB underglow :tada: * Add missing files * Update keymap to have reset * Backlighting on * Backlight code for instant60 * Move 072 files to common folder and use it in Instant60 * Updates * Update keyboards/cannonkeys/instant60/rules.mk Co-Authored-By: awkannan <andrew.kannan@klaviyo.com>
Diffstat (limited to 'keyboards/cannonkeys/stm32f072/led_custom.h')
-rw-r--r--keyboards/cannonkeys/stm32f072/led_custom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/stm32f072/led_custom.h b/keyboards/cannonkeys/stm32f072/led_custom.h
new file mode 100644
index 000000000..28e0f02ed
--- /dev/null
+++ b/keyboards/cannonkeys/stm32f072/led_custom.h
@@ -0,0 +1,6 @@
+#pragma once
+
+void backlight_task(void);
+void breathing_interrupt_disable(void);
+void breathing_interrupt_enable(void);
+void breathing_toggle(void);