docs: List some of the commonly used MCUs (#3111)

This commit is contained in:
Peter Cock
2025-11-08 22:05:53 +00:00
committed by GitHub
parent 7738924349
commit f9be3ed9c0

View File

@@ -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} />