diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-08 16:15:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-08 16:15:43 +0000 |
commit | c2aa0f67ec5363e1b2d6cf287947123a2c7c3aa6 (patch) | |
tree | 2d616fa73bbf5d9583dc14bc7fb97b581626becc | |
parent | c6e291c4162bae29266cdf980657eb6a5738dfda (diff) | |
parent | 071268633da095861d6d2e184a93f87281376869 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/ymdk/ymd75/rev3/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ymdk/ymd75/rev3/config.h b/keyboards/ymdk/ymd75/rev3/config.h index 41af337f4c..9e54c7acdd 100644 --- a/keyboards/ymdk/ymd75/rev3/config.h +++ b/keyboards/ymdk/ymd75/rev3/config.h @@ -7,3 +7,5 @@ #define BACKLIGHT_PIN B6 // change the backlight pin that has since changed in Rev 3 #define DIODE_DIRECTION ROW2COL #define RGBLIGHT_EFFECT_KNIGHT_OFFSET 4 +#undef LED_CAPS_LOCK_PIN // CapsLock pin changed in Rev 3 +#define LED_CAPS_LOCK_PIN C7 |