diff options
| author | Sébastien Dailly <sebastien@dailly.me> | 2026-08-04 15:27:25 +0200 |
|---|---|---|
| committer | Sébastien Dailly <sebastien@dailly.me> | 2026-08-04 15:40:31 +0200 |
| commit | ffaafb833088e7fa04c79c4c25b130df86291a7e (patch) | |
| tree | 34bbc4d9ad38be2b7b0234c1ff318c530dd40ff8 /qmk/keyboards/sofle_choc/keymaps/custom/config.h | |
| parent | d0f494918c32b391ed0e0feaa69160cccc98f4a6 (diff) | |
QMK: Dedicated file for the taphold mecanism
Diffstat (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/config.h')
| -rw-r--r-- | qmk/keyboards/sofle_choc/keymaps/custom/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmk/keyboards/sofle_choc/keymaps/custom/config.h b/qmk/keyboards/sofle_choc/keymaps/custom/config.h index 6f4ea1c..fb98e6f 100644 --- a/qmk/keyboards/sofle_choc/keymaps/custom/config.h +++ b/qmk/keyboards/sofle_choc/keymaps/custom/config.h @@ -55,7 +55,7 @@ #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U // Timeout window in ms in which the double tap can occur. #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 300 #define TAPPING_TERM_PER_KEY #define DEBOUNCE 10 |
