SPLIT_USB_DETECT has issues with wake up and USB power save modes
e.g. the erp ready settings
This commit is contained in:
parent
24324c6c6c
commit
b42931472a
2 changed files with 3 additions and 3 deletions
|
@ -29,6 +29,9 @@
|
||||||
// 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
|
||||||
|
|
|
@ -7,6 +7,3 @@
|
||||||
|
|
||||||
// our shared config parts
|
// our shared config parts
|
||||||
#include "common/config.h"
|
#include "common/config.h"
|
||||||
|
|
||||||
// select hand configuration
|
|
||||||
#define SPLIT_USB_DETECT
|
|
||||||
|
|
Loading…
Reference in a new issue