feat(boards): Add metadata to boards/shields

This commit is contained in:
Nick Winans 2021-02-11 10:06:55 -06:00
parent 1adb2d5f84
commit 0db25d5d55
35 changed files with 264 additions and 13 deletions

View file

@ -1,5 +1,5 @@
identifier: bdn9
name: keeb.io BDN9
identifier: bdn9_rev2
name: BDN9 Rev2
type: mcu
arch: arm
toolchain:
@ -12,3 +12,6 @@ supported:
- switches
- underglow
- per_key
manufacturer: keeb.io
standalone: true
url: https://keeb.io/products/bdn9-rev-2-3x3-9-key-macropad-rotary-encoder-and-rgb

View file

@ -1,5 +1,5 @@
identifier: bluemicro840_v1
name: BlueMicro840_V1
name: BlueMicro840 v1
type: mcu
arch: arm
toolchain:
@ -13,3 +13,7 @@ supported:
- ieee802154
- pwm
- watchdog
manufacturer: BlueMicro
compatible:
- pro_micro
url: https://store.jpconstantineau.com/#/group/bluemicro

View file

@ -1,6 +1,6 @@
identifier: DZ60RGB_rev1
name: DZ60RGBREV1
type: keyboard
identifier: dz60rgb_rev1
name: DZ60RGB Rev1
type: mcu
arch: arm
toolchain:
- zephyr
@ -17,3 +17,6 @@ supported:
- nvs
- can
- kscan
manufacturer: dztech
standalone: true
url: https://candykeys.com/product/dz60-rgb-hotswap-pcb-ansi

View file

@ -13,3 +13,7 @@ supported:
- ieee802154
- pwm
- watchdog
manufacturer: Nice Keyboards
compatible:
- pro_micro
url: https://nicekeyboards.com/products/nice-nano-v1-0

View file

@ -1,5 +1,5 @@
identifier: nrf52840_m2
name: Makerdiary nRF52840 M.2 module
name: makerdiary nRF52840 M.2 Module
type: mcu
arch: arm
toolchain:
@ -13,3 +13,7 @@ supported:
- ieee802154
- pwm
- watchdog
manufacturer: makerdiary
compatible:
- makerdiary_m2
url: https://makerdiary.com/products/nrf52840-m2-module

View file

@ -1,5 +1,5 @@
identifier: nrfmicro_11
name: nrfmicro_11
name: nRFMicro v1.1
type: mcu
arch: arm
toolchain:
@ -13,3 +13,7 @@ supported:
- ieee802154
- pwm
- watchdog
manufacturer: Joric
compatible:
- pro_micro
url: https://github.com/joric/nrfmicro

View file

@ -1,5 +1,5 @@
identifier: nrfmicro_11_flipped
name: nrfmicro_11_flipped
name: nRFMicro v1.1 Flipped
type: mcu
arch: arm
toolchain:
@ -13,3 +13,7 @@ supported:
- ieee802154
- pwm
- watchdog
manufacturer: Joric
compatible:
- pro_micro
url: https://github.com/joric/nrfmicro

View file

@ -1,5 +1,5 @@
identifier: nrfmicro_13
name: nrfmicro_13
name: nRFMicro v1.3
type: mcu
arch: arm
toolchain:
@ -13,3 +13,7 @@ supported:
- ieee802154
- pwm
- watchdog
manufacturer: Joric
compatible:
- pro_micro
url: https://github.com/joric/nrfmicro

View file

@ -1,6 +1,6 @@
identifier: planck_rev6
name: PLANKREV6
type: keyboard
name: Planck Rev6
type: mcu
arch: arm
toolchain:
- zephyr
@ -17,3 +17,6 @@ supported:
- nvs
- can
- kscan
manufacturer: OLKB
standalone: true
url: https://olkb.com/collections/planck

View file

@ -1,5 +1,5 @@
identifier: proton_c
name: QMK Proton-C
name: Proton-C
type: mcu
arch: arm
toolchain:
@ -16,3 +16,7 @@ supported:
- lsm303dlhc
- nvs
- can
manufacturer: QMK
compatible:
- pro_micro
url: https://qmk.fm/proton-c/

View file

@ -0,0 +1,10 @@
identifier: bfo9000
name: BFO-9000
type: shield
manufacturer: keeb.io
compatible:
- pro_micro
components:
- left
- right
url: https://keeb.io/products/bfo-9000-keyboard-customizable-full-size-split-ortholinear

View file

@ -0,0 +1,7 @@
identifier: boardsource3x4
name: Boardsource 3x4
type: shield
manufacturer: Boardsource.xyz
compatible:
- pro_micro
url: https://boardsource.xyz/store/5ecc2008eee64242946c98c1

View file

@ -0,0 +1,7 @@
identifier: clueboard_california
name: Clueboard California
type: shield
manufacturer: Clueboard
compatible:
- proton_c
url: https://nicekeyboards.com

View file

@ -0,0 +1,10 @@
identifier: corne
name: Corne
type: shield
manufacturer: foostan
compatible:
- pro_micro
components:
- left
- right
url: https://github.com/foostan/crkbd

View file

@ -0,0 +1,10 @@
identifier: cradio
name: Cradio
type: shield
manufacturer: davidphilipbarr
compatible:
- pro_micro
components:
- left
- right
url: https://github.com/davidphilipbarr/36keys/tree/master/34Keys/Cradio

View file

@ -0,0 +1,7 @@
identifier: crbn
name: CRBN
type: shield
manufacturer: Polarity Works
compatible:
- pro_micro
url: https://keygem.store/products/group-buy-featherlight-40-kit

View file

@ -0,0 +1,7 @@
identifier: eek
name: eek!
type: shield
manufacturer: Klackygears
compatible:
- pro_micro
url: https://github.com/Klackygears/eek_doc

View file

@ -0,0 +1,10 @@
identifier: helix
name: Helix
type: shield
manufacturer: MakotoKurauchi
compatible:
- pro_micro
components:
- left
- right
url: https://github.com/MakotoKurauchi/helix

View file

@ -0,0 +1,10 @@
identifier: iris
name: Iris Rev2
type: shield
manufacturer: keeb.io
compatible:
- pro_micro
components:
- left
- right
url: https://docs-gitbook.keeb.io/docs/iris-rev2-build-guide

View file

@ -0,0 +1,10 @@
identifier: jian
name: Jian
type: shield
manufacturer: KgOfHedgehogs
compatible:
- pro_micro
components:
- left
- right
url: https://github.com/KGOH/Jian-Info

View file

@ -0,0 +1,10 @@
identifier: jorne
name: Jorne
type: shield
manufacturer: Joric
compatible:
- pro_micro
components:
- left
- right
url: https://github.com/joric/jorne

View file

@ -0,0 +1,10 @@
identifier: kyria
name: Kyria
type: shield
manufacturer: splitkb.com
compatible:
- pro_micro
components:
- left
- right
url: https://splitkb.com/products/kyria-pcb-kit

View file

@ -0,0 +1,10 @@
identifier: lily58
name: Lily58
type: shield
manufacturer: kata0510
compatible:
- pro_micro
components:
- left
- right
url: https://github.com/kata0510/Lily58

View file

@ -0,0 +1,7 @@
identifier: m60
name: M60
type: shield
manufacturer: makerdiary
compatible:
- makerdiary_m2
url: https://makerdiary.com/pages/m60-mechanical-keyboard

View file

@ -0,0 +1,10 @@
identifier: microdox
name: Microdox
type: shield
manufacturer: Boardsource
compatible:
- pro_micro
components:
- left
- right
url: https://boardsource.xyz/store/5f2e7e4a2902de7151494f92

View file

@ -0,0 +1,7 @@
identifier: nibble
name: NIBBLE
type: shield
manufacturer: nullbits
compatible:
- pro_micro
url: https://nullbits.co/nibble/

View file

@ -0,0 +1,7 @@
identifier: qaz
name: QAZ
type: shield
manufacturer: cbkbd
compatible:
- pro_micro
url: https://www.cbkbd.com/product/qaz-keyboard-kit

View file

@ -0,0 +1,10 @@
identifier: quefrency
name: Quefrency Rev1
type: shield
manufacturer: keeb.io
compatible:
- pro_micro
components:
- left
- right
url: https://keeb.io/products/quefrency-60-65-split-staggered-keyboard

View file

@ -0,0 +1,7 @@
identifier: reviung41
name: Reviung41
type: shield
manufacturer: gtips
compatible:
- pro_micro
url: https://github.com/gtips/reviung/tree/master/reviung41

View file

@ -0,0 +1,7 @@
identifier: romac
name: Romac
type: shield
manufacturer: The Royal
compatible:
- pro_micro
url: https://github.com/The-Royal/The_Royal_Open-Source-Projects/tree/master/01%20-%20Complete%20Kits/The_RoMac_rev2.1

View file

@ -0,0 +1,7 @@
identifier: romac_plus
name: Romac Plus
type: shield
manufacturer: Kingly-Keys
compatible:
- pro_micro
url: https://kingly-keys.xyz/products/in-stock-the-romac?variant=30592757989479

View file

@ -0,0 +1,10 @@
identifier: sofle
name: Sofle
type: shield
manufacturer: josefadamcik
compatible:
- pro_micro
components:
- left
- right
url: https://github.com/josefadamcik/SofleKeyboard

View file

@ -0,0 +1,10 @@
identifier: splitreus62
name: Splitreus62
type: shield
manufacturer: NaCly
compatible:
- pro_micro
components:
- left
- right
url: https://github.com/Na-Cly/splitreus62

View file

@ -0,0 +1,7 @@
identifier: tg4x
name: TG4x
type: shield
manufacturer: MythosMann
compatible:
- pro_micro
url: https://github.com/MythosMann/tg4x

View file

@ -0,0 +1,7 @@
identifier: tidbit
name: TIDBIT
type: shield
manufacturer: nullbits
compatible:
- pro_micro
url: https://nullbits.co/tidbit/