From 79010067539ad2043bd41e9701aa1cde21aec5d1 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Mon, 6 Apr 2020 21:10:30 +0100 Subject: Refactor cannonkeys f103 boards to use core backlight (#8089) * Refactor to use core backlight * Remove custom implementation --- keyboards/cannonkeys/bluepill/led_custom.h | 6 ------ 1 file changed, 6 deletions(-) delete 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 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); -- cgit v1.2.3