From d471a691f70cb51b46fc98c229be8fa97ac86ffb Mon Sep 17 00:00:00 2001 From: coarse Date: Thu, 13 May 2021 07:24:20 +0800 Subject: [PATCH] Fix Cordillera LED states config (#12646) --- keyboards/coarse/cordillera/config.h | 1 + 1 file changed, 1 insertion(+) 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 . #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