diff options
author | QMK Bot <hello@qmk.fm> | 2021-05-12 23:25:03 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-05-12 23:25:03 +0000 |
commit | 53075ccc5dbb6f278a69f15fa18d7098591530b8 (patch) | |
tree | e755a5fb0f129b014087ce10b1febc3667287e13 | |
parent | 92fbadeb1bb9f9c37cfeef2a4f81f2f154e1226b (diff) | |
parent | d471a691f70cb51b46fc98c229be8fa97ac86ffb (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/coarse/cordillera/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/coarse/cordillera/config.h b/keyboards/coarse/cordillera/config.h index 33b0d7944a..1d8c9e294c 100644 --- a/keyboards/coarse/cordillera/config.h +++ b/keyboards/coarse/cordillera/config.h @@ -35,6 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LED_NUM_LOCK_PIN B0 #define LED_CAPS_LOCK_PIN A1 #define LED_SCROLL_LOCK_PIN A0 +#define LED_PIN_ON_STATE 0 #define BACKLIGHT_PIN A8 #define BACKLIGHT_PWM_DRIVER PWMD1 |