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
This commit is contained in:
committed by
Drashna Jaelre
parent
74fcfd5335
commit
7186d1581a
6
keyboards/cannonkeys/bluepill/led_custom.h
Normal file
6
keyboards/cannonkeys/bluepill/led_custom.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
void backlight_task(void);
|
||||
void breathing_interrupt_disable(void);
|
||||
void breathing_interrupt_enable(void);
|
||||
bool is_breathing(void);
|
||||
Reference in New Issue
Block a user