rename tests
This commit is contained in:
parent
29a23f0182
commit
f6a9c1ee57
102 changed files with 0 additions and 83 deletions
|
@ -1,27 +0,0 @@
|
||||||
#include <dt-bindings/zmk/keys.h>
|
|
||||||
#include <behaviors.dtsi>
|
|
||||||
#include <dt-bindings/zmk/kscan-mock.h>
|
|
||||||
|
|
||||||
/ {
|
|
||||||
behaviors {
|
|
||||||
ht_bal: behavior_hold_tap_balanced {
|
|
||||||
compatible = "zmk,behavior-hold-tap";
|
|
||||||
label = "HOLD_TAP_BALANCED";
|
|
||||||
#binding-cells = <2>;
|
|
||||||
flavor = "balanced";
|
|
||||||
tapping_term_ms = <300>;
|
|
||||||
bindings = <&kp>, <&kp>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
keymap {
|
|
||||||
compatible = "zmk,keymap";
|
|
||||||
label ="Default keymap";
|
|
||||||
|
|
||||||
default_layer {
|
|
||||||
bindings = <
|
|
||||||
&ht_bal LSFT F &ht_bal LCTL J
|
|
||||||
&kp D &kp RCTL>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue