diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-22 17:46:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-22 17:46:05 +0000 |
commit | d737b4704ce3ef7b3c529b494135403eb178f5e9 (patch) | |
tree | fd5f9bbf3e929299136cfb22effea8c48617eb0e /keyboards | |
parent | 51bc051172ba5058ea40a1a7792e7aeabcb8f29b (diff) | |
parent | e9d1a711b457e5f7a9af6f2feb37e4be8e84e96d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-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 |