Fixed deprecated underscore notation.
This commit is contained in:
parent
94f9868982
commit
16ad8e7749
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@
|
||||||
#define ADJ 3
|
#define ADJ 3
|
||||||
|
|
||||||
< {
|
< {
|
||||||
quick_tap_ms = <220>;
|
quick-tap-ms = <220>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&mt {
|
&mt {
|
||||||
quick_tap_ms = <220>;
|
quick-tap-ms = <220>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
Loading…
Add table
Reference in a new issue