mirror of
https://github.com/litruv/zmk-config.git
synced 2026-07-24 02:36:05 +10:00
macro testing capabilities
This commit is contained in:
committed by
GitHub
parent
2f3d490c4c
commit
e17a24cf35
@@ -43,6 +43,14 @@
|
||||
bindings = <&kp TAB &kp LS(P) &kp R &kp I &kp N &kp T &kp SPACE &kp LS(S) &kp T &kp R &kp I &kp N &kp G &kp ENTER>;
|
||||
label = "NEW_MACRO";
|
||||
};
|
||||
|
||||
AUp: AUp {
|
||||
compatible = "zmk,behavior-macro";
|
||||
#binding-cells = <0>;
|
||||
bindings = <¯o_press>, <&kp A>, <¯o_release>, <&kp D>;
|
||||
|
||||
label = "AUP";
|
||||
};
|
||||
};
|
||||
|
||||
combos {
|
||||
|
||||
Reference in New Issue
Block a user