From a4d99822a042a721ce9ddef9f8aee4a8db4689ad Mon Sep 17 00:00:00 2001 From: Michael Maloney Date: Wed, 5 Jul 2023 22:17:50 -0700 Subject: [PATCH] Add troubleshooting: One side isn't working: Advise activating the SPLIT_USB_DETECT feature in the firmware. --- troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/troubleshooting.md b/troubleshooting.md index 7c5b1da..c9765ae 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -29,6 +29,8 @@ If you're having trouble with a dead column right over your Pro Micro it could b - Make sure J1 on the Pro Micro is **not** bridged. - Make sure you're using a TRRS cable, not a TRS cable. - Make sure your Pro Micros are in the correct orientation. +- You may have an older version of the Pro Micro. You may need to add the line `#define SPLIT_USB_DETECT` to your firmware in `/keyboards/lets_split/keymaps/default/config.h`. (See: [Split Keyboard Configuration Options](https://docs.qmk.fm/#/feature_split_keyboard?id=hardware-configuration-options)). + ### Multiple characters are output when pressing a single key