diff options
| -rw-r--r-- | qmk/keyboards/sofle_choc/keymaps/custom/config.h | 14 |
1 files changed, 3 insertions, 11 deletions
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 |
