mirror of
https://github.com/Kabbone/zmk-config.git
synced 2025-01-01 15:34:26 +01:00
longer timeout for combos
This commit is contained in:
parent
7bbe43f4ae
commit
6ea5f0db2e
@ -43,13 +43,13 @@
|
||||
};
|
||||
|
||||
combo_num {
|
||||
timeout-ms = <10>;
|
||||
timeout-ms = <30>;
|
||||
key-positions = <15 16>;
|
||||
bindings = <&to NUM>;
|
||||
};
|
||||
|
||||
combo_bt {
|
||||
timeout-ms = <10>;
|
||||
timeout-ms = <30>;
|
||||
key-positions = <13 14>;
|
||||
bindings = <&to BT>;
|
||||
layers = <SYS>;
|
||||
|
Loading…
Reference in New Issue
Block a user