Revert "SPLIT_USB_DETECT has issues with wake up and USB power save modes"

This reverts commit b42931472a.

needed to make both halfs work at work
This commit is contained in:
Christoph Cullmann 2024-12-10 11:53:54 +01:00
parent b42931472a
commit 4efcc8f800
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -29,9 +29,6 @@
// no auto repeat stuff // no auto repeat stuff
#define QUICK_TAP_TERM 0 #define QUICK_TAP_TERM 0
// master has the USB and is the left one
#define MASTER_LEFT
// tranfer enough info for the stuff we render on the OLEDs // tranfer enough info for the stuff we render on the OLEDs
#define SPLIT_LAYER_STATE_ENABLE #define SPLIT_LAYER_STATE_ENABLE
#define SPLIT_LED_STATE_ENABLE #define SPLIT_LED_STATE_ENABLE

View file

@ -7,3 +7,6 @@
// our shared config parts // our shared config parts
#include "common/config.h" #include "common/config.h"
// select hand configuration
#define SPLIT_USB_DETECT