From 42698c7c8b53cbfa92d4466a17c3dd52131855fe Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 10 Jan 2024 09:45:17 +0100 Subject: QMK: pushed the latest used code --- qmk/keyboards/sofle_choc/keymaps/custom/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/config.h') diff --git a/qmk/keyboards/sofle_choc/keymaps/custom/config.h b/qmk/keyboards/sofle_choc/keymaps/custom/config.h index 9a89fd8..6463554 100644 --- a/qmk/keyboards/sofle_choc/keymaps/custom/config.h +++ b/qmk/keyboards/sofle_choc/keymaps/custom/config.h @@ -35,11 +35,14 @@ #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED D5 // Specify an optional status LED by GPIO number which blinks when entering the bootloader #define TAPPING_TERM 200 +#define TAPPING_TERM_PER_KEY -// Movihy the tap-hold configuration for helping with some tap-dance keys. +// 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 PERMISSIVE_HOLD //#define HOLD_ON_OTHER_KEY_PRESS + +#define COMBO_MUST_PRESS_IN_ORDER -- cgit v1.2.3