forked from zmkfirmware/zmk
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(metadata): Add MakerDiary nRF52840 M.2 interconnect
* Add interconnect details. * Add m60 and nrf52840_m2 metadata files.
- Loading branch information
1 parent
7bf68f2
commit 39eb805
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
10 changes: 10 additions & 0 deletions
10
app/boards/interconnects/makerdiary_nrf52840_m2/makerdiary_nrf52840_m2.zmk.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 form factor to expose a | ||
large number of GPIO pins, allowing use of a variety of peripherals such using I2C, SPI, | ||
etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |