Skip to content

Commit

Permalink
Add the doc page to the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
krikun98 committed Jan 28, 2022
1 parent 571e457 commit 0893c76
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
52 changes: 26 additions & 26 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@ ZMK is currently missing some features found in other popular firmware. This tab
| Legend: | βœ… Supported | 🚧 Under Development | πŸ’‘ Planned |
| :------ | :----------- | :------------------- | :--------- |

| **Feature** | ZMK | BlueMicro | QMK |
| ---------------------------------------------------------------------------------------------------------------------------------- | :-: | :-------: | :-: |
| Low Latency BLE Support | βœ… | βœ… | |
| Multi-Device BLE Support | βœ… | | |
| [USB Connectivity](behaviors/outputs.md) | βœ… | βœ… | βœ… |
| User Configuration Repositories | βœ… | | |
| Split Keyboard Support | βœ… | βœ… | βœ… |
| [Keymaps and Layers](behaviors/layers.md) | βœ… | βœ… | βœ… |
| [Hold-Tap](behaviors/hold-tap.md) (which includes [Mod-Tap](behaviors/mod-tap.md) and [Layer-Tap](behaviors/layers.md/#layer-tap)) | βœ… | βœ… | βœ… |
| [Keyboard Codes](codes/index.mdx#keyboard) | βœ… | βœ… | βœ… |
| [Media](codes/index.mdx#media-controls) & [Consumer](codes/index.mdx#consumer-controls) Codes | βœ… | βœ… | βœ… |
| [Encoders](features/encoders.md)[^1] | βœ… | βœ… | βœ… |
| [Display Support](features/displays.md)[^2] | 🚧 | 🚧 | βœ… |
| [RGB Underglow](features/underglow.md) | βœ… | βœ… | βœ… |
| One Shot Keys | βœ… | βœ… | βœ… |
| [Combo Keys](features/combos.md) | βœ… | | βœ… |
| Macros | 🚧 | βœ… | βœ… |
| Mouse Keys | 🚧 | βœ… | βœ… |
| Low Active Power Usage | βœ… | | |
| Low Power Sleep States | βœ… | βœ… | |
| [Low Power Mode (VCC Shutoff)](behaviors/power.md) | βœ… | βœ… | |
| Battery Reporting | βœ… | βœ… | |
| Shell over BLE | πŸ’‘ | | |
| Realtime Keymap Updating | πŸ’‘ | | βœ… |
| AVR/8 Bit | | | βœ… |
| [Wide Range of ARM Chips Supported](https://docs.zephyrproject.org/latest/boards/index.html) | βœ… | | |
| **Feature** | ZMK | BlueMicro | QMK |
| ------------------------------------------------------------------------------------------------------------------------- | :-: | :-------: | :-: |
| Low Latency BLE Support | βœ… | βœ… | |
| Multi-Device BLE Support | βœ… | | |
| [USB Connectivity](behaviors/outputs) | βœ… | βœ… | βœ… |
| User Configuration Repositories | βœ… | | |
| Split Keyboard Support | βœ… | βœ… | βœ… |
| [Keymaps and Layers](behaviors/layers) | βœ… | βœ… | βœ… |
| [Hold-Tap](behaviors/hold-tap) (which includes [Mod-Tap](behaviors/mod-tap) and [Layer-Tap](behaviors/layers/#layer-tap)) | βœ… | βœ… | βœ… |
| [Keyboard Codes](codes/#keyboard) | βœ… | βœ… | βœ… |
| [Media](codes/#media-controls) & [Consumer](codes/#consumer-controls) Codes | βœ… | βœ… | βœ… |
| [Encoders](features/encoders)[^1] | βœ… | βœ… | βœ… |
| [Display Support](features/displays)[^2] | 🚧 | 🚧 | βœ… |
| [RGB Underglow](features/underglow) | βœ… | βœ… | βœ… |
| One Shot Keys | βœ… | βœ… | βœ… |
| [Combo Keys](features/combos) | βœ… | | βœ… |
| Macros | 🚧 | βœ… | βœ… |
| Mouse Keys | βœ… | βœ… | βœ… |
| Low Active Power Usage | βœ… | | |
| Low Power Sleep States | βœ… | βœ… | |
| [Low Power Mode (VCC Shutoff)](behaviors/power) | βœ… | βœ… | |
| Battery Reporting | βœ… | βœ… | |
| Shell over BLE | πŸ’‘ | | |
| Realtime Keymap Updating | πŸ’‘ | | βœ… |
| AVR/8 Bit | | | βœ… |
| [Wide Range of ARM Chips Supported](https://docs.zephyrproject.org/latest/boards/index.html) | βœ… | | |

[^2]: Encoders are not currently supported on peripheral side splits.
[^1]: OLEDs are currently proof of concept in ZMK.
Expand Down
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
"behaviors/sticky-key",
"behaviors/sticky-layer",
"behaviors/caps-word",
"behaviors/mouse-emulation",
"behaviors/reset",
"behaviors/bluetooth",
"behaviors/outputs",
Expand Down

0 comments on commit 0893c76

Please sign in to comment.