summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/bluepill/led_custom.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-04-06 21:10:30 +0100
committerGitHub <noreply@github.com>2020-04-06 21:10:30 +0100
commit79010067539ad2043bd41e9701aa1cde21aec5d1 (patch)
treebfbabc4845bca90edc94c6ca61e80e1f4af72c27 /keyboards/cannonkeys/bluepill/led_custom.h
parent9bfa713421ccd62fe49493b282d02310accf0523 (diff)
Refactor cannonkeys f103 boards to use core backlight (#8089)
* Refactor to use core backlight * Remove custom implementation
Diffstat (limited to 'keyboards/cannonkeys/bluepill/led_custom.h')
-rw-r--r--keyboards/cannonkeys/bluepill/led_custom.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/cannonkeys/bluepill/led_custom.h b/keyboards/cannonkeys/bluepill/led_custom.h
deleted file mode 100644
index 8451c06d6f..0000000000
--- a/keyboards/cannonkeys/bluepill/led_custom.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-void backlight_task(void);
-void breathing_interrupt_disable(void);
-void breathing_interrupt_enable(void);
-bool is_breathing(void);