mirror of https://github.com/zmkfirmware/zmk.git
docs: List some of the commonly used MCUs (#3111)
This commit is contained in:
parent
7738924349
commit
f9be3ed9c0
|
|
@ -40,7 +40,8 @@ export const toc = [
|
|||
},
|
||||
];
|
||||
|
||||
With the solid technical foundation of Zephyr™ RTOS, ZMK can support a wide diversity of hardware targets.
|
||||
With the solid technical foundation of Zephyr™ RTOS, ZMK can support a wide diversity of hardware targets,
|
||||
including but not limited to Nordic nRF52, Raspberry Pi RP2040/RP2350, most ST STM32 MCUs, and Microchip SAMD21.
|
||||
That being said, there are specific [boards / shields](development/hardware-integration/index.mdx#boards--shields) that have been implemented and tested by the ZMK contributors, listed below.
|
||||
|
||||
<HardwareList items={Metadata} />
|
||||
|
|
|
|||
Loading…
Reference in New Issue