summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
author-pacer- <34766434+chent7@users.noreply.github.com>2021-12-23 01:45:34 +0800
committerGitHub <noreply@github.com>2021-12-22 09:45:34 -0800
commite9d1a711b457e5f7a9af6f2feb37e4be8e84e96d (patch)
treec14bfa04e4904516048e2f8ed75f271565668efc /keyboards
parent021eda3790832e928d9a6908cf6b4c8e678201b6 (diff)
[Keyboard] Fixed caps lock led pin for crazy_keyboard_68 (#15539)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/crazy_keyboard_68/config.h2
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