From 853e4fa554ea99b705bb92cf77c35bca3dc16c35 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 19 Nov 2025 08:44:26 +0100 Subject: QMK: Uses of the EEPRom to define the left/right for each keyboard --- qmk/keyboards/sofle_choc/keymaps/custom/config.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'qmk/keyboards/sofle_choc') diff --git a/qmk/keyboards/sofle_choc/keymaps/custom/config.h b/qmk/keyboards/sofle_choc/keymaps/custom/config.h index a577473..310c993 100644 --- a/qmk/keyboards/sofle_choc/keymaps/custom/config.h +++ b/qmk/keyboards/sofle_choc/keymaps/custom/config.h @@ -22,11 +22,11 @@ // is the slave. // // I've found this helps with some ProMicros where the slave does not boot -#define SPLIT_USB_DETECT +#define EE_HANDS #define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended #define SPLIT_TRANSPORT_MIRROR // If LED_MATRIX_KEYPRESSES or LED_MATRIX_KEYRELEASES is enabled, you also will want to enable SPLIT_TRANSPORT_MIRROR -#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 // limits maximum brightness of LEDs (max 255). Higher may cause the controller to crash. +#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 100 // limits maximum brightness of LEDs (max 255). Higher may cause the controller to crash. // Sets the default enabled state, if none has been set #define RGB_MATRIX_DEFAULT_ON true @@ -41,7 +41,7 @@ #define ENABLE_RGB_MATRIX_BREATHING #define ENABLE_RGB_MATRIX_SOLID_COLOR #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE - // Sets the default mode, if none has been set +// Sets the default mode, if none has been set #define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_SOLID_REACTIVE_SIMPLE // Sync data between the two splits. This allow the leds to be in sync in the @@ -57,14 +57,6 @@ #define TAPPING_TERM 200 #define TAPPING_TERM_PER_KEY -// Modify the tap-hold configuration for helping with some tap-dance keys. -// The behavior with double-tap (like c/ç) and mod-tap is to wait the delay for -// the tap-dance before reporting the key to send. -// If I release the MOD-TAP key before, the modifier is not applied and the -// host receive a sequence of two keys, which is not what I want. -//#define PERMISSIVE_HOLD -//#define HOLD_ON_OTHER_KEY_PRESS - #define COMBO_MUST_PRESS_IN_ORDER // Prevent the keyboard to go to sleep and requiring a reboot -- cgit v1.2.3