diff options
| author | coarse <mfmayol@up.edu.ph> | 2021-05-13 07:24:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-13 09:24:20 +1000 |
| commit | d471a691f70cb51b46fc98c229be8fa97ac86ffb (patch) | |
| tree | 0a35be2f25edbd0bb3c0c9c2fbc4607c66d294ed | |
| parent | c305edc6800d30e676119cdef19dbe2e3310493a (diff) | |
| download | qmk_firmware-d471a691f70cb51b46fc98c229be8fa97ac86ffb.tar.gz qmk_firmware-d471a691f70cb51b46fc98c229be8fa97ac86ffb.zip | |
Fix Cordillera LED states config (#12646)
| -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 33b0d7944..1d8c9e294 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/>. | |||
| 35 | #define LED_NUM_LOCK_PIN B0 | 35 | #define LED_NUM_LOCK_PIN B0 |
| 36 | #define LED_CAPS_LOCK_PIN A1 | 36 | #define LED_CAPS_LOCK_PIN A1 |
| 37 | #define LED_SCROLL_LOCK_PIN A0 | 37 | #define LED_SCROLL_LOCK_PIN A0 |
| 38 | #define LED_PIN_ON_STATE 0 | ||
| 38 | 39 | ||
| 39 | #define BACKLIGHT_PIN A8 | 40 | #define BACKLIGHT_PIN A8 |
| 40 | #define BACKLIGHT_PWM_DRIVER PWMD1 | 41 | #define BACKLIGHT_PWM_DRIVER PWMD1 |
