docs: reorganise supported hardware page (#3363)
* docs: supported hardware structure changes Added a few links to hardware intergration pages to provide clearly signal to reader "you can make your own". Removed "Contributing" section since it's not really relavent anymore. * docs: move unsupported boards section out of metadata * address review comments * fix broken link * board variants, interconnect, fix link, move unsupported section * Apply suggested change Co-authored-by: Nicolas Munnich <98408764+nmunnich@users.noreply.github.com> --------- Co-authored-by: Nicolas Munnich <98408764+nmunnich@users.noreply.github.com>
This commit is contained in:
parent
773dec58ea
commit
ff09f2d0c9
4 changed files with 54 additions and 41 deletions
|
|
@ -9,10 +9,6 @@ description: |
|
|||
natural extension, once there were many shields designed for it, many other *boards* began to be developed
|
||||
that were compatible to leverage the extensive available shields. Today, many dev kits come with Uno
|
||||
headers to make it easy to work with them.
|
||||
|
||||
Note: ZMK doesn't support boards with AVR 8-bit processors, such as the ATmega32U4, because Zephyr™ only
|
||||
supports 32-bit and 64-bit platforms. As a result, boards like the original Arduino Uno Rev3 itself are
|
||||
*not* supported by ZMK.
|
||||
node_labels:
|
||||
gpio: arduino_header
|
||||
i2c: arduino_i2c
|
||||
|
|
|
|||
|
|
@ -6,12 +6,8 @@ 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.
|
||||
|
||||
Note: ZMK doesn't support boards with AVR 8-bit processors, such as the ATmega32U4, because Zephyr™ only
|
||||
supports 32-bit and 64-bit platforms. As a result, controllers like the SparkFun Pro Micro and the Elite-C
|
||||
are *not* supported by ZMK.
|
||||
to work for many keyboard needs. Since the original Pro Micro, many pin compatible boards have appeared
|
||||
with various changes or improvements.
|
||||
node_labels:
|
||||
gpio: pro_micro
|
||||
i2c: pro_micro_i2c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue