From e9d1a711b457e5f7a9af6f2feb37e4be8e84e96d Mon Sep 17 00:00:00 2001 From: -pacer- <34766434+chent7@users.noreply.github.com> Date: Thu, 23 Dec 2021 01:45:34 +0800 Subject: [PATCH] [Keyboard] Fixed caps lock led pin for crazy_keyboard_68 (#15539) --- keyboards/crazy_keyboard_68/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/crazy_keyboard_68/config.h b/keyboards/crazy_keyboard_68/config.h index e1304e18ed..53759a716a 100644 --- a/keyboards/crazy_keyboard_68/config.h +++ b/keyboards/crazy_keyboard_68/config.h @@ -52,7 +52,7 @@ along with this program. If not, see . */ //#define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6 -#define LED_CAPS_LOCK_PIN B2 +#define LED_CAPS_LOCK_PIN B0 #define LED_PIN_ON_STATE 0 //#define BACKLIGHT_PIN B7