Skip to content

Commit

Permalink
feat(metadata): Add MakerDiary nRF52840 M.2 interconnect
Browse files Browse the repository at this point in the history
* Add interconnect details.
* Add m60 and nrf52840_m2 metadata files.
  • Loading branch information
petejohanson committed Sep 10, 2021
1 parent 545d831 commit 5fb0c1c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/boards/arm/nrf52840_m2/nrf52840_m2.zmk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
file_format: "1"
id: nrf52840_m2
name: nRF52840 M.2 Module
type: board
arch: arm
outputs:
- usb
- ble
url: https://wiki.makerdiary.com/nrf52840-m2/
exposes: [makerdiary_nrf52840_m2]
Original file line number Diff line number Diff line change
@@ -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 module form factor to
expose a large number of GPIO, allowing use of a variety of peripherals such using I2C, SPI,
etc.
8 changes: 8 additions & 0 deletions app/boards/shields/m60/m60.zmk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
file_format: "1"
id: m60
name: MakerDiary m60
type: shield
url: https://makerdiary.com/pages/m60-mechanical-keyboard
requires: [makerdiary_nrf52840_m2]
features:
- keys

0 comments on commit 5fb0c1c

Please sign in to comment.