From 7f78b0e97490fe3a0745c678fd67f13c97853de9 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 27 Nov 2024 15:19:42 +0100 Subject: [PATCH] try to fix that right oled is too often off --- common/config.h | 6 ++++++ keyboards/crkbd/keymaps/christoph-cullmann/config.h | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/common/config.h b/common/config.h index d219619..4e0de52 100644 --- a/common/config.h +++ b/common/config.h @@ -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 // diff --git a/keyboards/crkbd/keymaps/christoph-cullmann/config.h b/keyboards/crkbd/keymaps/christoph-cullmann/config.h index db62377..d4d52a1 100644 --- a/keyboards/crkbd/keymaps/christoph-cullmann/config.h +++ b/keyboards/crkbd/keymaps/christoph-cullmann/config.h @@ -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