Skip to content

Commit

Permalink
Add shield keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Apr 7, 2024
1 parent 19d6e6b commit 8a9dede
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions boards/shields/abyss/abyss.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>

/ {
keymap {
compatible = "zmk,keymap";

default_layer {
// -----------------------------------------------
// | , | . | P | Y | | F | G | C | R |
// | A | O | E | U | I | | D | H | T | N | S |
// | ' | Q | J | K | | M | W | V | L |
// | TAB | SCP | ESC | | ENT | BCP | DEL |
bindings = <
&kp COMMA &kp DOT &kp P &kp Y &kp F &kp G &kp C &kp R
&kp A &kp O &kp E &kp U &kp I &kp D &kp H &kp T &kp N &kp S
&kp SQT &kp Q &kp J &kp K &kp M &kp W &kp V &kp L
&kp TAB &kp SPACE &kp ESC &kp ENT &kp BCP &kp DEL
>;
};
}
};

// vim: ft=dts

0 comments on commit 8a9dede

Please sign in to comment.