fixes for feedback round 2

This commit is contained in:
Okke Formsma
2020-09-02 16:41:39 +02:00
parent c5ca664411
commit c9a82d71d0
4 changed files with 29 additions and 29 deletions

View File

@@ -3,7 +3,6 @@
#include <behaviors/none.dtsi>
#include <behaviors/mod_tap.dtsi>
#include <behaviors/layer_tap.dtsi>
#include <behaviors/homerow_tap.dtsi>
#include <behaviors/momentary_layer.dtsi>
#include <behaviors/toggle_layer.dtsi>
#include <behaviors/reset.dtsi>

View File

@@ -1,12 +0,0 @@
/ {
behaviors {
ht: behavior_homerow_mod {
compatible = "zmk,behavior-hold-tap";
label = "HOMEROW_MOD";
#binding-cells = <2>;
flavor = "balanced";
tapping_term_ms = <200>;
bindings = <&kp>, <&kp>;
};
};
};