Skip to content

Commit

Permalink
Update stratapad_arrows.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
MatchstickWorks authored Jul 20, 2024
1 parent 9e0c917 commit d2b5920
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions boards/shields/stratapad/stratapad_arrows.keymap
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>

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

default_layer {
bindings = <
&kp UP
&kp LEFT
&kp DOWN
&kp RIGHT
&kp LCTRL
>;
};
};
};

0 comments on commit d2b5920

Please sign in to comment.