Added BlueMicro Collumn
This commit is contained in:
parent
21987d3385
commit
229c8b4358
1 changed files with 26 additions and 30 deletions
|
@ -5,41 +5,37 @@ sidebar_label: Introduction
|
||||||
---
|
---
|
||||||
|
|
||||||
ZMK Firmware is an open source (MIT) keyboard
|
ZMK Firmware is an open source (MIT) keyboard
|
||||||
firmware built on the [Zephyr™ Project](https://zephyrproject.org/) Real Time Operating System (RTOS).
|
firmware built on the [Zephyr™ Project](https://zephyrproject.org/) Real Time Operating System (RTOS). ZMK's goal is to provide a modern, wireless, and powerful firmware free of licensing issues.
|
||||||
|
|
||||||
The goal is to provide a powerful, featureful keyboard firmware that is free
|
|
||||||
of licensing issues that prevent upstream BLE support as a first-class
|
|
||||||
feature.
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
At this point, ZMK is still missing many features compared to popular firmware such as QMK. Here is a table comparing supported ZMK and QMK features:
|
At this point, ZMK is still missing many features compared to popular firmware such as QMK. Here is a table comparing supported ZMK and QMK features:
|
||||||
|
|
||||||
| **Feature** | ZMK |QMK |
|
| **Feature** | ZMK | BlueMicro | QMK |
|
||||||
|----------------------------------------------------------------------------------------------------------|:---------:|:-----------:|
|
|--------------------------------------------------------------------------------------------------------|:-----------:|:------------:|:-----------:|
|
||||||
| Multi-Device BLE Support | ✅ | |
|
| Multi-Device BLE Support | ✅ | ✅ | |
|
||||||
| USB Connectivity | ✅ | ✅ |
|
| USB Connectivity | ✅ | | ✅ |
|
||||||
| User Configuration Repositories | ✅ | |
|
| User Configuration Repositories | ✅ | | |
|
||||||
| Split Keyboard Support | ✅ | ✅ |
|
| Split Keyboard Support | ✅ | ✅ | ✅ |
|
||||||
| [Keymaps and Layers](behavior/layers) | ✅ | ✅ |
|
| [Keymaps and Layers](behavior/layers) | ✅ | ✅ | ✅ |
|
||||||
| [Hold-Tap](behavior/hold-tap) (Which Includes [Mod-Tap](behavior/mod-tap) and [Layer-Tap](behavior/layers/#layer-tap)) | ✅ | ✅ |
|
| [Hold-Tap](behavior/hold-tap) (Which Includes [Mod-Tap](behavior/mod-tap) and [Layer-Tap](behavior/layers/#layer-tap)) | ✅ | ✅ | ✅ |
|
||||||
| [Basic Keycodes](behavior/key-press) | ✅ | ✅ |
|
| [Basic Keycodes](behavior/key-press) | ✅ | ✅ | ✅ |
|
||||||
| [Basic consumer (Media) Keycodes](behavior/key-press#consumer-key-press) | ✅ | ✅ |
|
| [Basic consumer (Media) Keycodes](behavior/key-press#consumer-key-press) | ✅ | ✅ | ✅ |
|
||||||
| [Encoders](feature/encoders)[^1] | ✅ | ✅ |
|
| [Encoders](feature/encoders)[^1] | ✅ | | ✅ |
|
||||||
| [OLED Display Support](feature/displays)[^2] | In Dev | ✅ |
|
| [OLED Display Support](feature/displays)[^2] | In Dev | In Dev | ✅ |
|
||||||
| [RGB Underglow](feature/underglow) | ✅ | ✅ |
|
| [RGB Underglow](feature/underglow) | ✅ | ✅ | ✅ |
|
||||||
| One Shot Keys | In Dev | ✅ |
|
| One Shot Keys | In Dev | ✅ | ✅ |
|
||||||
| Combo Keys | In Dev | ✅ |
|
| Combo Keys | In Dev | | ✅ |
|
||||||
| Macros | In Dev | ✅ |
|
| Macros | In Dev | ✅ | ✅ |
|
||||||
| Mouse Keys | | ✅ |
|
| Mouse Keys | | ✅ | ✅ |
|
||||||
| Low Active Power Usage | ✅ | |
|
| Low Active Power Usage | ✅ | | |
|
||||||
| Low Power Sleep States | In Dev | |
|
| Low Power Sleep States | In Dev | ✅ | |
|
||||||
| Low Power Mode (VCC Shutoff) | In Dev | |
|
| Low Power Mode (VCC Shutoff) | In Dev | | |
|
||||||
| Battery Reporting | In Dev | |
|
| Battery Reporting | In Dev | ✅ | |
|
||||||
| Shell over BLE | | |
|
| Shell over BLE | | | |
|
||||||
| Realtime Keymap Updating | Planned | ✅ |
|
| Realtime Keymap Updating | Planned | | ✅ |
|
||||||
| AVR/8 Bit | | ✅ |
|
| AVR/8 Bit | | | ✅ |
|
||||||
| Wide Range of ARM Chips Supported | ✅ | |
|
| Wide Range of ARM Chips Supported | ✅ | | |
|
||||||
[^2]: Encoders are not currently supported on peripheral side splits.
|
[^2]: Encoders are not currently supported on peripheral side splits.
|
||||||
[^1]: OLEDs are currently proof of concept in ZMK.
|
[^1]: OLEDs are currently proof of concept in ZMK.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue