try to fix that right oled is too often off
This commit is contained in:
parent
bf71e8addf
commit
7f78b0e974
|
@ -29,6 +29,12 @@
|
||||||
// no auto repeat stuff
|
// no auto repeat stuff
|
||||||
#define QUICK_TAP_TERM 0
|
#define QUICK_TAP_TERM 0
|
||||||
|
|
||||||
|
// tranfer enough info for the stuff we render on the OLEDs
|
||||||
|
#define SPLIT_LAYER_STATE_ENABLE
|
||||||
|
#define SPLIT_LED_STATE_ENABLE
|
||||||
|
#define SPLIT_MODS_ENABLE
|
||||||
|
#define SPLIT_OLED_ENABLE
|
||||||
|
|
||||||
//
|
//
|
||||||
// underglow configuration
|
// underglow configuration
|
||||||
//
|
//
|
||||||
|
|
|
@ -10,8 +10,3 @@
|
||||||
|
|
||||||
// select hand configuration
|
// select hand configuration
|
||||||
#define SPLIT_USB_DETECT
|
#define SPLIT_USB_DETECT
|
||||||
|
|
||||||
// tranfer enough info for the stuff we render on the OLEDs
|
|
||||||
#define SPLIT_MODS_ENABLE
|
|
||||||
#define SPLIT_LED_STATE_ENABLE
|
|
||||||
#define SPLIT_LAYER_STATE_ENABLE
|
|
||||||
|
|
Loading…
Reference in a new issue