Skip to content

Commit

Permalink
More Troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
MatchstickWorks committed Apr 11, 2024
1 parent b9d5cea commit 18e1bc1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
7 changes: 6 additions & 1 deletion boards/shields/stratapad/stratapad.keymap
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>

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

default_layer {
bindings = <
&kp W &kp A &kp S &kp D &kp Z
&kp W
&kp A
&kp S
&kp D
&kp Z
>;
};
};
Expand Down
8 changes: 4 additions & 4 deletions boards/shields/stratapad/stratapad.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
compatible = "zmk,kscan-gpio-direct";
wakeup-source;
input-gpios
= <&xiao_d 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&xiao_d 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
= <&xiao_d 0 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&xiao_d 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&xiao_d 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&xiao_d 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&xiao_d 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&xiao_d 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
, <&xiao_d 14 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
;
};
};
8 changes: 8 additions & 0 deletions boards/shields/stratapad/stratapad.zmk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
file_format: "1"
id: stratapad
name: StrataPad
type: shield
url: https://matchstick.works
requires: [seeeduino_xiao_ble]
features:
- keys

0 comments on commit 18e1bc1

Please sign in to comment.