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:
parent
b42931472a
commit
4efcc8f800
2 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,6 @@
|
|||
// no auto repeat stuff
|
||||
#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
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
// our shared config parts
|
||||
#include "common/config.h"
|
||||
|
||||
// select hand configuration
|
||||
#define SPLIT_USB_DETECT
|
||||
|
|
Loading…
Reference in a new issue