diff options
Diffstat (limited to 'keyboards/jj50/jj50.c')
-rw-r--r-- | keyboards/jj50/jj50.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/jj50/jj50.c b/keyboards/jj50/jj50.c index a302adf40..91b10aebe 100644 --- a/keyboards/jj50/jj50.c +++ b/keyboards/jj50/jj50.c | |||
@@ -16,20 +16,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include "jj50.h" | 18 | #include "jj50.h" |
19 | |||
20 | #include "backlight.h" | ||
21 | #include "backlight_custom.h" | ||
22 | |||
23 | #ifdef BACKLIGHT_ENABLE | ||
24 | void backlight_init_ports(void) { | ||
25 | b_led_init_ports(); | ||
26 | } | ||
27 | |||
28 | void backlight_task(void) { | ||
29 | b_led_task(); | ||
30 | } | ||
31 | |||
32 | void backlight_set(uint8_t level) { | ||
33 | b_led_set(level); | ||
34 | } | ||
35 | #endif | ||