Rename COMBO_ADD_ON to COMBO_HOOK

This commit is contained in:
urob 2022-08-09 20:40:32 -04:00
parent 2c4a96c22c
commit 936464e948
4 changed files with 22 additions and 10 deletions

View file

@ -5,6 +5,7 @@ ISSUES, WORKAROUNDS and a "ZMK-WISHLIST"
* sticky-hold swallows OS shift when typing quickly, using sticky-tap for now
* native sleep key doesn't work with windows (#1077), using sleep-macro for now
* invalid DFU suffix signature warning when flashing with dfu-util
* todo: num_word: momentary shift to number layer, auto-cancel on everything that's not a number
*/
#include <behaviors.dtsi>

View file

@ -8,8 +8,8 @@
*/
// use global-quick-tap-ms for combos (requires PR 1387)
#undef COMBO_ADD_ON
#define COMBO_ADD_ON global-quick-tap-ms = <150>;
#undef COMBO_HOOK
#define COMBO_HOOK global-quick-tap-ms = <125>;
#define COMBO_TERM_FAST 20
#define COMBO_TERM_SLOW 35