combo timeout
This commit is contained in:
parent
bb7bdc1811
commit
b327bcd6b4
1 changed files with 1 additions and 1 deletions
|
|
@ -54,10 +54,10 @@
|
||||||
|
|
||||||
#define COMBO(NAME, BINDINGS, KEYPOS, LAYERS) \
|
#define COMBO(NAME, BINDINGS, KEYPOS, LAYERS) \
|
||||||
combo_##NAME { \
|
combo_##NAME { \
|
||||||
|
timeout-ms = <50>; \
|
||||||
bindings = <BINDINGS>; \
|
bindings = <BINDINGS>; \
|
||||||
key-positions = <KEYPOS>; \
|
key-positions = <KEYPOS>; \
|
||||||
layers = <LAYERS>; \
|
layers = <LAYERS>; \
|
||||||
timeout-ms = <50>;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* KEY POSITIONS
|
/* KEY POSITIONS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue