From 2b06623fa0c8652e62abe96b1e89853974950c53 Mon Sep 17 00:00:00 2001 From: WarmCat <32871908+WarmCatUK@users.noreply.github.com> Date: Mon, 14 May 2018 17:43:12 +0100 Subject: Added YMD75 support (#2968) * Adding ymd75 files * Added YMD75 support, inc layout json * Added YMD75 support --- keyboards/ymd75/backlight_custom.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/ymd75/backlight_custom.h (limited to 'keyboards/ymd75/backlight_custom.h') diff --git a/keyboards/ymd75/backlight_custom.h b/keyboards/ymd75/backlight_custom.h new file mode 100644 index 000000000..7210be840 --- /dev/null +++ b/keyboards/ymd75/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