From 4efcc8f800617da20d633743f8c378da9c561e91 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 10 Dec 2024 11:53:54 +0100 Subject: [PATCH] Revert "SPLIT_USB_DETECT has issues with wake up and USB power save modes" This reverts commit b42931472a4c34edea7cbbaf3bfb58d8ebf3a644. needed to make both halfs work at work --- common/config.h | 3 --- keyboards/crkbd/keymaps/christoph-cullmann/config.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/config.h b/common/config.h index 6f7798b..4e0de52 100644 --- a/common/config.h +++ b/common/config.h @@ -29,9 +29,6 @@ // no auto repeat stuff #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 #define SPLIT_LAYER_STATE_ENABLE #define SPLIT_LED_STATE_ENABLE diff --git a/keyboards/crkbd/keymaps/christoph-cullmann/config.h b/keyboards/crkbd/keymaps/christoph-cullmann/config.h index ae8e70b..d4d52a1 100644 --- a/keyboards/crkbd/keymaps/christoph-cullmann/config.h +++ b/keyboards/crkbd/keymaps/christoph-cullmann/config.h @@ -7,3 +7,6 @@ // our shared config parts #include "common/config.h" + +// select hand configuration +#define SPLIT_USB_DETECT