summaryrefslogtreecommitdiff
path: root/app/boards/shields/a_dux/a_dux.keymap
diff options
context:
space:
mode:
authorDom H <dom@hxy.io>2021-09-23 07:10:36 +0100
committerPete Johanson <peter@peterjohanson.com>2021-09-23 14:57:40 -0400
commit80b01c726587780d3568c02fad8054c823020edb (patch)
tree707c397e5855d131b5da0c261cf76b8b4b093a3c /app/boards/shields/a_dux/a_dux.keymap
parent0c15c2291e2b7c3dfd24fc5d5c1527169d5a9a31 (diff)
refactor(shield): "Architeuthis Dux" to "A. Dux"
The shorter name is more user-friendly.
Diffstat (limited to 'app/boards/shields/a_dux/a_dux.keymap')
-rw-r--r--app/boards/shields/a_dux/a_dux.keymap26
1 files changed, 26 insertions, 0 deletions
diff --git a/app/boards/shields/a_dux/a_dux.keymap b/app/boards/shields/a_dux/a_dux.keymap
new file mode 100644
index 0000000..eda03ff
--- /dev/null
+++ b/app/boards/shields/a_dux/a_dux.keymap
@@ -0,0 +1,26 @@
+/*
+ * Copyright (c) 2021 The ZMK Contributors
+ *
+ * SPDX-License-Identifier: MIT
+ */
+
+#include <behaviors.dtsi>
+#include <dt-bindings/zmk/keys.h>
+
+/ {
+
+ keymap {
+ compatible = "zmk,keymap";
+
+ // This is a sample keymap intended to be replaced with your own
+ base_layer {
+ bindings = <
+ &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P
+ &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI
+ &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp SLASH
+ &kp TAB &kp BSPC &kp SPACE &kp ENTER
+ >;
+ };
+
+ };
+};