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/rev1/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'keyboards/ymd75/rev1/config.h') diff --git a/keyboards/ymd75/rev1/config.h b/keyboards/ymd75/rev1/config.h index d9796d9d72..bd169471af 100644 --- a/keyboards/ymd75/rev1/config.h +++ b/keyboards/ymd75/rev1/config.h @@ -24,5 +24,6 @@ along with this program. If not, see . #define MATRIX_COLS 15 #define MATRIX_ROW_PINS { B0, B1, B2, B3, B4, B5, B6, B7 } #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 } +#define BACKLIGHT_PIN D4 #define DIODE_DIRECTION COL2ROW #define DEVICE_VER 0x0100 -- cgit v1.2.3