forked from kofal.net/zmk
refactor: replace quick_tap_ms with quick-tap-ms
* The underscore form of this property is deprecated.
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
#define RSE 2
|
||||
#define ADJ 3
|
||||
|
||||
< { quick_tap_ms = <200>; };
|
||||
&mt { quick_tap_ms = <200>; };
|
||||
< { quick-tap-ms = <200>; };
|
||||
&mt { quick-tap-ms = <200>; };
|
||||
|
||||
/ {
|
||||
keymap {
|
||||
|
||||
Reference in New Issue
Block a user