From 7186d1581abbd97d7c76626ae83fc866e85d217c Mon Sep 17 00:00:00 2001 From: Andrew Kannan Date: Tue, 29 Jan 2019 23:04:20 -0500 Subject: Moving cannonkeys boards to one place, eeprom fix (#4999) * Move boards to cannonkeys and share resources * Share common files between cannonkey boards * Fix ortho60 keymap * update LED numbers * Add RGB keys to Ortho60 and Ortho48 * Add Backlight control to default layout Ortho60 and 48 * Remove unnecessary ws2812.c SRC from rules.mk --- keyboards/cannonkeys/bluepill/led_custom.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 keyboards/cannonkeys/bluepill/led_custom.h (limited to 'keyboards/cannonkeys/bluepill/led_custom.h') diff --git a/keyboards/cannonkeys/bluepill/led_custom.h b/keyboards/cannonkeys/bluepill/led_custom.h new file mode 100644 index 0000000000..8451c06d6f --- /dev/null +++ b/keyboards/cannonkeys/bluepill/led_custom.h @@ -0,0 +1,6 @@ +#pragma once + +void backlight_task(void); +void breathing_interrupt_disable(void); +void breathing_interrupt_enable(void); +bool is_breathing(void); -- cgit v1.2.3