diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 35cc173b69ef..a071f7d5254a 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -16,29 +16,32 @@ Below table lists major features/capabilities currently supported in ZMK, as wel | Hardware | Support | | ----------------------------------------------------------------------------------------------- | :-----: | -| [Split Keyboards](features/split-keyboards.md) | ✅ | +| [Wireless Split Keyboards](features/split-keyboards.md) | ✅ | +| Wired Split Keyboards | 🚧 | | [Low Active Power Usage](/power-profiler) | ✅ | | [Encoders](features/encoders.md) | ✅ | | [LED-based Lighting](features/lighting.md) | ✅ | | [Displays](features/displays.md) | 🚧 | | [Pointing Devices](features/pointing.md) | ✅ | +| Multitouch Touchpads (PTP) | 🚧 | | [Low Power Sleep States](features/low-power-states.md) | ✅ | -| [Low Power Mode (VCC Shutoff)](keymaps/behaviors/power.md) | ✅ | +| [Low Power Mode (VCC Shutoff) for Peripherals](keymaps/behaviors/power.md) | ✅ | +| Improved Power Handling for Multiple Peripherals | 🚧 | | [Battery Level Reporting](features/battery.md) | ✅ | | [Support for a Wide Range of ARM Chips](https://docs.zephyrproject.org/3.5.0/boards/index.html) | ✅ | | Support for AVR/8-Bit Chips | ❌ | -| Connectivity | Support | -| ---------------------------------------------------------------------------- | :-----: | -| Low-Latency BLE Support | ✅ | -| [Multi-Device Simultaneous BLE Connectivity](features/bluetooth.md#profiles) | ✅ | -| [USB Connectivity](keymaps/behaviors/outputs.md) | ✅ | +| Connectivity | Support | +| --------------------------------------------------------------- | :-----: | +| Low-Latency BLE Support | ✅ | +| [Multi-Device BLE Connectivity](features/bluetooth.md#profiles) | ✅ | +| [USB Connectivity](keymaps/behaviors/outputs.md) | ✅ | | Keymap Features | Support | | ------------------------------------------------------------------------------------------------------------------------------------------------------ | :-----: | | [User Configuration Repositories](user-setup.mdx) | ✅ | | [Keymaps and Layers](keymaps/index.mdx) | ✅ | -| [Wide Range of Keycodes Including Media and Consumer Codes](keymaps/list-of-keycodes.mdx) | ✅ | +| [Wide Range of Keycodes (Including Media and Consumer)](keymaps/list-of-keycodes.mdx) | ✅ | | [Hold-Taps](keymaps/behaviors/hold-tap.mdx) (including [Mod-Tap](keymaps/behaviors/mod-tap.md) and [Layer-Tap](keymaps/behaviors/layers.md#layer-tap)) | ✅ | | [Tap-Dances](keymaps/behaviors/tap-dance.mdx) | ✅ | | [Sticky (One Shot) Keys](keymaps/behaviors/sticky-key.md) | ✅ |