From 5b2c0a78c2e7c502da317d661a8766a34d50d4de Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Sat, 16 May 2020 11:18:04 +0200 Subject: [PATCH] Set handness pin and enabled split usb detect --- keyboards/handwired/adept42/config.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/keyboards/handwired/adept42/config.h b/keyboards/handwired/adept42/config.h index c805373f4d..29f2ab1730 100644 --- a/keyboards/handwired/adept42/config.h +++ b/keyboards/handwired/adept42/config.h @@ -22,6 +22,12 @@ /* Configure serial communication for the split keyboard */ #define SOFT_SERIAL_PIN D2 +/* Configure pin used for selecting handness */ +#define SPLIT_HAND_PIN F5 + +/* Enable split usb detect for Sparkfun Pro Micro */ +#define SPLIT_USB_DETECT + /* Reduces unintended double presses. Set 0 if debouncing is not needed */ #define DEBOUNCE 0