Peter Johanson
4 years ago
committed by
Pete Johanson
6 changed files with 64 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||||
|
file_format: "1" |
||||||
|
id: bdn9_rev2 |
||||||
|
name: BDN9 Rev2 |
||||||
|
type: board |
||||||
|
arch: arm |
||||||
|
outputs: |
||||||
|
- usb |
||||||
|
features: |
||||||
|
- keys |
||||||
|
- encoder |
||||||
|
url: https://keeb.io/collections/bdn9-collection/products/bdn9-rev-2-3x3-9-key-macropad-rotary-encoder-and-rgb |
@ -0,0 +1,10 @@ |
|||||||
|
file_format: "1" |
||||||
|
id: nrfmicro_11 |
||||||
|
name: nRFMicro 1.1/1.2 |
||||||
|
type: board |
||||||
|
arch: arm |
||||||
|
outputs: |
||||||
|
- usb |
||||||
|
- ble |
||||||
|
url: https://github.com/joric/nrfmicro/ |
||||||
|
exposes: [pro_micro] |
@ -0,0 +1,10 @@ |
|||||||
|
file_format: "1" |
||||||
|
id: nrfmicro_11_flipped |
||||||
|
name: nRFMicro 1.1 (flipped) |
||||||
|
type: board |
||||||
|
arch: arm |
||||||
|
outputs: |
||||||
|
- usb |
||||||
|
- ble |
||||||
|
url: https://github.com/joric/nrfmicro/ |
||||||
|
exposes: [pro_micro] |
@ -0,0 +1,10 @@ |
|||||||
|
file_format: "1" |
||||||
|
id: nrfmicro_13 |
||||||
|
name: nRFMicro 1.3/1.4 |
||||||
|
type: board |
||||||
|
arch: arm |
||||||
|
outputs: |
||||||
|
- usb |
||||||
|
- ble |
||||||
|
url: https://github.com/joric/nrfmicro/ |
||||||
|
exposes: [pro_micro] |
@ -0,0 +1,10 @@ |
|||||||
|
file_format: "1" |
||||||
|
id: pro_micro |
||||||
|
name: Pro Micro |
||||||
|
type: interconnect |
||||||
|
url: https://www.sparkfun.com/products/12640 |
||||||
|
manufacturer: SparkFun |
||||||
|
description: | |
||||||
|
The SparkFun Pro Micro grew popular as a low cost ATmega32U4 board with sufficient GPIO and peripherals |
||||||
|
to work for many keyboard needs. Since the original Pro Micro, many pin compatible boards have appeared, |
||||||
|
with various changes or improvements, such as the Elite-C w/ USB-C, nice!nano with nRF52840 wireless. |
Loading…
Reference in new issue