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