From b36a1ef61baf857281f124e27e7d0faefb49ad13 Mon Sep 17 00:00:00 2001 From: Harshit Goel Date: Sat, 2 Jun 2018 00:37:49 +0530 Subject: YMD96 complete QMK port (#3105) * readded code for YMD96 full working * added jj50 layout back --- keyboards/ymd96/backlight_custom.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/ymd96/backlight_custom.h (limited to 'keyboards/ymd96/backlight_custom.h') diff --git a/keyboards/ymd96/backlight_custom.h b/keyboards/ymd96/backlight_custom.h new file mode 100644 index 000000000..7210be840 --- /dev/null +++ b/keyboards/ymd96/backlight_custom.h @@ -0,0 +1,15 @@ +/** + * 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-24-g4f1b