diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-01-10 09:45:17 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-01-10 09:45:17 +0100 |
commit | 42698c7c8b53cbfa92d4466a17c3dd52131855fe (patch) | |
tree | 62a3a060e29c372e255620c6afc514c09f7bc49f /qmk/keyboards/sofle_choc/keymaps/custom/config.h | |
parent | cd92946f492bf13e09c6a5e6d24dcc4bbc523e6a (diff) |
QMK: pushed the latest used code
Diffstat (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/config.h')
-rw-r--r-- | qmk/keyboards/sofle_choc/keymaps/custom/config.h | 7 |
1 files changed, 5 insertions, 2 deletions
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 |