diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-09-10 04:49:09 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-11 00:50:36 -0400 |
commit | 2907704f9f72c0cb3d8c45377e15089f1408bd75 (patch) | |
tree | eec251cb740d01c756b3ae124c2f3910b82edfd0 /app/boards/shields/helix | |
parent | f8e88d78c47b614f7a057ff84107149978f0dc96 (diff) |
refactor(shields): Add pro-micro shield metadata.
Diffstat (limited to 'app/boards/shields/helix')
-rw-r--r-- | app/boards/shields/helix/helix.zmk.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/boards/shields/helix/helix.zmk.yml b/app/boards/shields/helix/helix.zmk.yml new file mode 100644 index 0000000..f24b9e0 --- /dev/null +++ b/app/boards/shields/helix/helix.zmk.yml @@ -0,0 +1,13 @@ +file_format: "1" +id: helix +name: Helix +type: shield +url: https://github.com/MakotoKurauchi/helix +requires: [pro_micro] +exposes: [i2c_oled] +features: + - keys + - display +siblings: + - helix_left + - helix_right |