summaryrefslogtreecommitdiff
path: root/app/tests/caps-word/continue-with-non-alpha-continue-list-item/native_posix.keymap
diff options
context:
space:
mode:
Diffstat (limited to 'app/tests/caps-word/continue-with-non-alpha-continue-list-item/native_posix.keymap')
-rw-r--r--app/tests/caps-word/continue-with-non-alpha-continue-list-item/native_posix.keymap21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/tests/caps-word/continue-with-non-alpha-continue-list-item/native_posix.keymap b/app/tests/caps-word/continue-with-non-alpha-continue-list-item/native_posix.keymap
new file mode 100644
index 0000000..68c3249
--- /dev/null
+++ b/app/tests/caps-word/continue-with-non-alpha-continue-list-item/native_posix.keymap
@@ -0,0 +1,21 @@
+#include <dt-bindings/zmk/keys.h>
+#include <behaviors.dtsi>
+#include <dt-bindings/zmk/kscan_mock.h>
+#include "../behavior_keymap.dtsi"
+
+&caps_word {
+ continue-list = <UNDERSCORE MINUS>;
+};
+
+&kscan {
+ events = <
+ ZMK_MOCK_PRESS(0,0,10)
+ ZMK_MOCK_RELEASE(0,0,10)
+ ZMK_MOCK_PRESS(0,1,10)
+ ZMK_MOCK_RELEASE(0,1,10)
+ ZMK_MOCK_PRESS(1,1,10)
+ ZMK_MOCK_RELEASE(1,1,10)
+ ZMK_MOCK_PRESS(0,1,10)
+ ZMK_MOCK_RELEASE(0,1,10)
+ >;
+}; \ No newline at end of file