diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-30 16:42:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-30 16:42:52 -0400 |
| commit | 4c5ed99381c47633c009177639896eebfb7e2002 (patch) | |
| tree | b0c6ddd628fd4357e04905182ba6f0e620f5390e /app/dts/behaviors/mod_tap.dtsi | |
| parent | b23a73e4888856fe476ab5fee655f8ccf6626e4c (diff) | |
| parent | 7bf8621d5bea45c57dbbf0fac927d3332177b81b (diff) | |
Merge pull request #42 from petejohanson/core/event-manager-refactor
Refactor to generic event manager, ditch "global behaviors" as a concept.
Diffstat (limited to 'app/dts/behaviors/mod_tap.dtsi')
| -rw-r--r-- | app/dts/behaviors/mod_tap.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dts/behaviors/mod_tap.dtsi b/app/dts/behaviors/mod_tap.dtsi index 1be7db6..8e3b4e9 100644 --- a/app/dts/behaviors/mod_tap.dtsi +++ b/app/dts/behaviors/mod_tap.dtsi @@ -1,7 +1,7 @@ / { behaviors { mt: behavior_mod_tap { - compatible = "zmk,behavior-mod-tap", "zmk,behavior-global"; + compatible = "zmk,behavior-mod-tap"; label = "MOD_TAP"; #binding-cells = <2>; }; |
