move behaviors

This commit is contained in:
Adam Jeniski 2023-01-14 10:09:57 -05:00 committed by GitHub
parent 1dcb9f9992
commit ae276deb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,14 @@
#include <dt-bindings/zmk/bt.h> #include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/rgb.h> #include <dt-bindings/zmk/rgb.h>
&mt {
tapping-term-ms = <300>;
};
/ {
behaviors {
gqt: global-quick-tap { gqt: global-quick-tap {
compatible = "zmk,behavior-hold-tap"; compatible = "zmk,behavior-hold-tap";
label = "GLOBAL_QUICK_TAP"; label = "GLOBAL_QUICK_TAP";
@ -56,12 +64,7 @@ gqt: global-quick-tap {
global-quick-tap; global-quick-tap;
bindings = <&kp>, <&kp>; bindings = <&kp>, <&kp>;
}; };
}
&mt {
tapping-term-ms = <300>;
};
/ {
keymap { keymap {
compatible = "zmk,keymap"; compatible = "zmk,keymap";