Adjust 7skb combo timings

This commit is contained in:
KemoNine 2021-04-29 01:01:03 +00:00
parent 7d955d8dfd
commit 9979145815
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#include <dt-bindings/zmk/rgb.h> #include <dt-bindings/zmk/rgb.h>
#include <dt-bindings/zmk/ext_power.h> #include <dt-bindings/zmk/ext_power.h>
#define TIMEOUT_COMBO 250
#define LAYER_ID_DEFAULT 0 #define LAYER_ID_DEFAULT 0
#define LAYER_ID_NAV 1 #define LAYER_ID_NAV 1
#define LAYER_ID_FUNC 2 #define LAYER_ID_FUNC 2
@ -30,18 +32,22 @@
combos { combos {
compatible = "zmk,combos"; compatible = "zmk,combos";
combo_layer_navigation_left { combo_layer_navigation_left {
timeout-ms = <TIMEOUT_COMBO>;
key-positions = <31 18 33>; key-positions = <31 18 33>;
bindings = <&tog LAYER_ID_NAV>; bindings = <&tog LAYER_ID_NAV>;
}; };
combo_layer_navigation_right { combo_layer_navigation_right {
timeout-ms = <TIMEOUT_COMBO>;
key-positions = <36 23 38>; key-positions = <36 23 38>;
bindings = <&tog LAYER_ID_NAV>; bindings = <&tog LAYER_ID_NAV>;
}; };
combo_shift_lock_left { combo_shift_lock_left {
timeout-ms = <TIMEOUT_COMBO>;
key-positions = <18 32>; key-positions = <18 32>;
bindings = <&kt LSHFT>; bindings = <&kt LSHFT>;
}; };
combo_shift_lock_right { combo_shift_lock_right {
timeout-ms = <TIMEOUT_COMBO>;
key-positions = <23 37>; key-positions = <23 37>;
bindings = <&kt RSHFT>; bindings = <&kt RSHFT>;
}; };