longer timeout for combos

This commit is contained in:
Kabbone 2022-03-13 12:33:58 +01:00
parent 7bbe43f4ae
commit 6ea5f0db2e
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
1 changed files with 2 additions and 2 deletions

View File

@ -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>;