diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-09-10 14:29:51 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-11 00:50:36 -0400 |
commit | 39eb80562d5174e42c8a184e0261674888ac5fd7 (patch) | |
tree | 6369dea6a32adda41d0ccf7ebdd615a34cbe51ec /app/boards/interconnects | |
parent | 7bf68f2a0024accaeed3ba1abdbe075b2d29ccb2 (diff) |
feat(metadata): Add MakerDiary nRF52840 M.2 interconnect
* Add interconnect details.
* Add m60 and nrf52840_m2 metadata files.
Diffstat (limited to 'app/boards/interconnects')
-rw-r--r-- | app/boards/interconnects/makerdiary_nrf52840_m2/makerdiary_nrf52840_m2.zmk.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/boards/interconnects/makerdiary_nrf52840_m2/makerdiary_nrf52840_m2.zmk.yml b/app/boards/interconnects/makerdiary_nrf52840_m2/makerdiary_nrf52840_m2.zmk.yml new file mode 100644 index 0000000..890c5de --- /dev/null +++ b/app/boards/interconnects/makerdiary_nrf52840_m2/makerdiary_nrf52840_m2.zmk.yml @@ -0,0 +1,10 @@ +file_format: "1" +id: makerdiary_nrf52840_m2 +name: MakerDiary nRF52840 M.2 +type: interconnect +url: https://wiki.makerdiary.com/nrf52840-m2/ +manufacturer: MakerDiary +description: | + The MakerDiary nRF52840 M.2 module is a module using the M.2/NGFF form factor to expose a + large number of GPIO pins, allowing use of a variety of peripherals such using I2C, SPI, + etc. |