From 4eebefada7618c07e881b45f79570a5f807a760c Mon Sep 17 00:00:00 2001 From: Nathan13888 <29968201+Nathan13888@users.noreply.github.com> Date: Tue, 22 Dec 2020 14:27:27 -0500 Subject: [Keyboard] YMD75 rev 3: fix BACKLIGHT_PIN (#11172) * YMD75 rev 3: fix BACKLIGHT_PIN Update backlight LED pin used by QMK to control the per-key backlight for YMD75 rev 3 * YMD75 rev 3: fix BACKLIGHT_PIN - fix comments * YMD75: move BACKLIGHT_PIN definitions to the respective versions Signed-off-by: Nathan13888 <29968201+Nathan13888@users.noreply.github.com> --- keyboards/ymd75/config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'keyboards/ymd75/config.h') diff --git a/keyboards/ymd75/config.h b/keyboards/ymd75/config.h index 69102014fd..cf3d3fd8df 100644 --- a/keyboards/ymd75/config.h +++ b/keyboards/ymd75/config.h @@ -27,7 +27,6 @@ along with this program. If not, see . #define MANUFACTURER YMDK #define PRODUCT YMD75 / MT84 -#define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 12 #define RGB_DI_PIN E2 -- cgit v1.2.3