summaryrefslogtreecommitdiff
path: root/app/boards/shields/corne/corne.keymap
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-08-10 12:58:04 -0400
committerGitHub <noreply@github.com>2020-08-10 12:58:04 -0400
commit579ca63120c7ba3df430d0c5c059140966f77bca (patch)
tree9cac33e57779866ae9f30e667923f9d964837f66 /app/boards/shields/corne/corne.keymap
parente24126a4b6abebd2b9d6232f09ab84dc675f51a4 (diff)
parent4da2070a5b896fa2c28d77f0dde8508c739d0deb (diff)
Merge pull request #80 from petejohanson/shields/corne-initial-definition
Initial Corne shield definition
Diffstat (limited to 'app/boards/shields/corne/corne.keymap')
-rw-r--r--app/boards/shields/corne/corne.keymap22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/boards/shields/corne/corne.keymap b/app/boards/shields/corne/corne.keymap
new file mode 100644
index 0000000..2f7f38b
--- /dev/null
+++ b/app/boards/shields/corne/corne.keymap
@@ -0,0 +1,22 @@
+#include <behaviors.dtsi>
+#include <dt-bindings/zmk/keys.h>
+
+/ {
+ keymap {
+ compatible = "zmk,keymap";
+
+ default_layer {
+// ---------------------------------------------------------------------------------------------------------------------------------
+// | ESC | Q | W | E | R | T | | Y | U | I | O | P | \ |
+// | TAB | A | S | D | F | G | | H | J | K | L | ; | ' |
+// | SHIFT | Z | X | C | V | B | | N | M | , | . | / | CTRL |
+// | GUI | DEL | RET | | TAB | BSPC | R-ALT |
+ bindings = <
+ &kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSLH
+ &kp TAB &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SCLN &kp QUOT
+ &kp LSFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp CMMA &kp DOT &kp FSLH &kp RCTL
+ &kp LGUI &kp DEL &kp RET &kp TAB &kp BKSP &kp RALT
+ >;
+ };
+ };
+};