diff options
author | -pacer- <34766434+chent7@users.noreply.github.com> | 2021-12-23 01:45:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 09:45:34 -0800 |
commit | e9d1a711b457e5f7a9af6f2feb37e4be8e84e96d (patch) | |
tree | c14bfa04e4904516048e2f8ed75f271565668efc | |
parent | 021eda3790832e928d9a6908cf6b4c8e678201b6 (diff) | |
download | qmk_firmware-e9d1a711b457e5f7a9af6f2feb37e4be8e84e96d.tar.gz qmk_firmware-e9d1a711b457e5f7a9af6f2feb37e4be8e84e96d.zip |
[Keyboard] Fixed caps lock led pin for crazy_keyboard_68 (#15539)
-rw-r--r-- | keyboards/crazy_keyboard_68/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ //#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 |