feat(boards): Add Seeed(uino) XIAO interconnect
* Document the Seeed(uino) XIAO interconnect * Add metadata files for two upstream boards, XIAO and XIAO BLE. * Add conf and overlay files to properly configure the boards for ZMK use.
This commit is contained in:
parent
9368f6200c
commit
97e62f2da5
7 changed files with 94 additions and 0 deletions
9
app/boards/arm/seeeduino_xiao/seeeduino_xiao.zmk.yml
Normal file
9
app/boards/arm/seeeduino_xiao/seeeduino_xiao.zmk.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
file_format: "1"
|
||||
id: seeeduino_xiao
|
||||
name: Seeeduino XIAO
|
||||
type: board
|
||||
arch: arm
|
||||
outputs:
|
||||
- usb
|
||||
url: https://wiki.seeedstudio.com/Seeeduino-XIAO/
|
||||
exposes: [seeed_xiao]
|
||||
10
app/boards/arm/seeeduino_xiao_ble/seeeduino_xiao_ble.zmk.yml
Normal file
10
app/boards/arm/seeeduino_xiao_ble/seeeduino_xiao_ble.zmk.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
file_format: "1"
|
||||
id: seeeduino_xiao_ble
|
||||
name: Seeeduino XIAO BLE
|
||||
type: board
|
||||
arch: arm
|
||||
outputs:
|
||||
- usb
|
||||
- ble
|
||||
url: https://wiki.seeedstudio.com/XIAO_BLE/
|
||||
exposes: [seeed_xiao]
|
||||
Loading…
Add table
Add a link
Reference in a new issue