From b42931472a4c34edea7cbbaf3bfb58d8ebf3a644 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 10 Dec 2024 00:30:31 +0100 Subject: [PATCH] SPLIT_USB_DETECT has issues with wake up and USB power save modes e.g. the erp ready settings --- 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 4e0de52..6f7798b 100644 --- a/common/config.h +++ b/common/config.h @@ -29,6 +29,9 @@ // 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 d4d52a1..ae8e70b 100644 --- a/keyboards/crkbd/keymaps/christoph-cullmann/config.h +++ b/keyboards/crkbd/keymaps/christoph-cullmann/config.h @@ -7,6 +7,3 @@ // our shared config parts #include "common/config.h" - -// select hand configuration -#define SPLIT_USB_DETECT