summaryrefslogtreecommitdiff
path: root/keyboards/jj4x4/backlight_custom.h
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2019-04-08 19:35:47 +0100
committerDrashna Jaelre <drashna@live.com>2019-04-08 11:35:47 -0700
commitda9bb590551e4e40552f301852074dffccd2c29d (patch)
tree5d8fd5838f6e2060b7cf66619b40a8f8d5533413 /keyboards/jj4x4/backlight_custom.h
parent15d7c5f0bdfff97d5d7af6d474cc57d66b6bba94 (diff)
[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
Diffstat (limited to 'keyboards/jj4x4/backlight_custom.h')
-rw-r--r--keyboards/jj4x4/backlight_custom.h15
1 files changed, 0 insertions, 15 deletions
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 <avr/pgmspace.h>
-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