From f9be3ed9c08b35b1b86df24c0f04913f3b5e50f5 Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Sat, 8 Nov 2025 22:05:53 +0000
Subject: [PATCH] docs: List some of the commonly used MCUs (#3111)
---
docs/docs/hardware.mdx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/docs/hardware.mdx b/docs/docs/hardware.mdx
index 75209923f..84d16908f 100644
--- a/docs/docs/hardware.mdx
+++ b/docs/docs/hardware.mdx
@@ -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.