From da9bb590551e4e40552f301852074dffccd2c29d Mon Sep 17 00:00:00 2001 From: zvecr Date: Mon, 8 Apr 2019 19:35:47 +0100 Subject: [Keyboard] Refactor jj4x4 to current standards (#5567) * Refactor 4x4 in line with current ps2avrgb template * Add backlight pwm bodge till #4324 lands * Disable bootmagic lite as it seems to not work on atmega32a/bootloadHID --- keyboards/jj4x4/backlight_custom.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 keyboards/jj4x4/backlight_custom.h (limited to 'keyboards/jj4x4/backlight_custom.h') diff --git a/keyboards/jj4x4/backlight_custom.h b/keyboards/jj4x4/backlight_custom.h deleted file mode 100644 index 7210be840e..0000000000 --- a/keyboards/jj4x4/backlight_custom.h +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Backlighting code for PS2AVRGB boards (ATMEGA32A) - * Kenneth A. (github.com/krusli | krusli.me) - */ - -#ifndef BACKLIGHT_CUSTOM_H -#define BACKLIGHT_CUSTOM_H - -#include -void b_led_init_ports(void); -void b_led_set(uint8_t level); -void b_led_task(void); -void setPWM(uint16_t xValue); - -#endif // BACKLIGHT_CUSTOM_H -- cgit v1.2.3