mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-28 08:55:17 -05:00
feat(docs): Add dynamic hardware list component.
This commit is contained in:
committed by
Pete Johanson
parent
5e6634d2e5
commit
47abbe7925
26
docs/docs/hardware.mdx
Normal file
26
docs/docs/hardware.mdx
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: Supported Hardware
|
||||
sidebar_label: Supported Hardware
|
||||
---
|
||||
|
||||
import HardwareList from "@site/src/components/hardware-list";
|
||||
import Metadata from "@site/src/data/hardware-metadata.json";
|
||||
|
||||
With the solid technical foundation of Zephyr™ RTOS, ZMK can support a wide diversity of hardware targets.
|
||||
That being said, there are currently only a few specific [boards](/docs/faq#what-is-a-board)/[shields](faq.md#what-is-a-shield) that have been implemented and tested by the ZMK contributors.
|
||||
|
||||
<HardwareList items={Metadata} />
|
||||
|
||||
## Other Hardware
|
||||
|
||||
In addition to the basic keyboard functionality, there is some initial support for additional keyboard hardware:
|
||||
|
||||
- Encoders
|
||||
- Displays
|
||||
- RGB Underglow
|
||||
|
||||
Until detailed documentation is available, feel free to ask questions about how these are supported in the [Discord server](https://zmk.dev/community/discord/invite).
|
||||
|
||||
## Contributing
|
||||
|
||||
If you'd like to add support for a new keyboard shield, head over to the [New Keyboard Shield](development/new-shield.md) documentation.
|
||||
Reference in New Issue
Block a user