try to fix that right oled is too often off

This commit is contained in:
Christoph Cullmann 2024-11-27 15:19:42 +01:00
parent bf71e8addf
commit 7f78b0e974
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -29,6 +29,12 @@
// no auto repeat stuff
#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
//

View file

@ -10,8 +10,3 @@
// select hand configuration
#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