aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/dts/behaviors.dtsi
diff options
context:
space:
mode:
authorOkke Formsma <[email protected]>2020-09-01 14:37:37 +0200
committerOkke Formsma <[email protected]>2020-09-01 19:41:08 +0200
commitc33931c72c179d19028b2d70ec043cbc3d786137 (patch)
treed3d54fec1fe23b5a8d22491d3d1573abfa5e5ea2 /app/dts/behaviors.dtsi
parent4202db5a01e04e2e403941f40aea47a11f668853 (diff)
downloadzmk-c33931c72c179d19028b2d70ec043cbc3d786137.tar.gz
zmk-c33931c72c179d19028b2d70ec043cbc3d786137.zip
Initial implementation of hold-tap
Diffstat (limited to 'app/dts/behaviors.dtsi')
-rw-r--r--app/dts/behaviors.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/dts/behaviors.dtsi b/app/dts/behaviors.dtsi
index 4cfb7a0fdd..fdcf426b72 100644
--- a/app/dts/behaviors.dtsi
+++ b/app/dts/behaviors.dtsi
@@ -2,6 +2,8 @@
#include <behaviors/transparent.dtsi>
#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>