Skip to content

Commit

Permalink
Merge pull request #2 from MatchstickWorks/develop
Browse files Browse the repository at this point in the history
Merge develop
  • Loading branch information
MatchstickWorks authored Jul 20, 2024
2 parents 9240a65 + 48fb816 commit cbe2a0a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@
include:
- board: seeeduino_xiao_ble
shield: stratapad
artifact-name: stratapad_wasd_keymap
- board: seeeduino_xiao_ble
shield: stratapad
cmake-args: -DKEYMAP_FILE=../../config/stratapad_arrows.keymap
artifact-name: stratapad_arrows_keymap
19 changes: 19 additions & 0 deletions config/stratapad_arrows.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +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 cbe2a0a

Please sign in to comment.