From 21b0815099dd1856e8cf7e91f7ef668a2f4da60f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 19 Dec 2024 18:20:47 +0100 Subject: [PATCH] use SPLIT_USB_DETECT as default --- 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..0a6f726 100644 --- a/common/config.h +++ b/common/config.h @@ -35,6 +35,9 @@ #define SPLIT_MODS_ENABLE #define SPLIT_OLED_ENABLE +// select hand configuration +#define SPLIT_USB_DETECT + // // underglow configuration // 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