diff options
author | Nathan13888 <29968201+Nathan13888@users.noreply.github.com> | 2020-12-22 14:27:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 11:27:27 -0800 |
commit | 4eebefada7618c07e881b45f79570a5f807a760c (patch) | |
tree | e2255caf46f5f4335f02a7ea5ccd1de46cf43dfd /keyboards/ymd75/rev1/config.h | |
parent | 71b52416d87c38f170085608203abeaafcc0735a (diff) | |
download | qmk_firmware-4eebefada7618c07e881b45f79570a5f807a760c.tar.gz qmk_firmware-4eebefada7618c07e881b45f79570a5f807a760c.zip |
[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/rev1/config.h')
-rw-r--r-- | keyboards/ymd75/rev1/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. #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 |