summaryrefslogtreecommitdiff
path: root/keyboards/ymd75/rev3
diff options
context:
space:
mode:
authorNathan13888 <29968201+Nathan13888@users.noreply.github.com>2020-12-22 14:27:27 -0500
committerGitHub <noreply@github.com>2020-12-22 11:27:27 -0800
commit4eebefada7618c07e881b45f79570a5f807a760c (patch)
treee2255caf46f5f4335f02a7ea5ccd1de46cf43dfd /keyboards/ymd75/rev3
parent71b52416d87c38f170085608203abeaafcc0735a (diff)
[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>
Diffstat (limited to 'keyboards/ymd75/rev3')
-rw-r--r--keyboards/ymd75/rev3/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ymd75/rev3/config.h b/keyboards/ymd75/rev3/config.h
index 6118b96b8b..cbed2e00ee 100644
--- a/keyboards/ymd75/rev3/config.h
+++ b/keyboards/ymd75/rev3/config.h
@@ -4,6 +4,7 @@
#define MATRIX_COLS 9
#define MATRIX_ROW_PINS { B7, B3, B2, B1, B0, E6, F0, F1, F4, F5, F6, F7 }
#define MATRIX_COL_PINS { D0, D1, D2, D3, D5, D4, D6, D7, B4 }
+#define BACKLIGHT_PIN B6 // change the backlight pin that has since changed in Rev 3
#define DIODE_DIRECTION ROW2COL
#define DEVICE_VER 0x0300
#define RGBLIGHT_EFFECT_KNIGHT_OFFSET 4