added in dev
This commit is contained in:
parent
23e9cbcaf9
commit
90b56a1941
1 changed files with 10 additions and 9 deletions
|
@ -13,9 +13,9 @@ feature.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
At this point, ZMK is still missing many features compared to more developed firmwares such as QMK. Here is a table comparing supported ZMK and QMK features:
|
At this point, ZMK is still missing many features compared to more developed firmware such as QMK. Here is a table comparing supported ZMK and QMK features:
|
||||||
|
|
||||||
| | ZMK | QMK |
|
| **Feature** | ZMK | QMK |
|
||||||
|----------------------------------------------------------------------------------------------------------|:---------:|:-----------:|
|
|----------------------------------------------------------------------------------------------------------|:---------:|:-----------:|
|
||||||
| Wireless Connectivity via BLE | ✅ | |
|
| Wireless Connectivity via BLE | ✅ | |
|
||||||
| USB Connectivity | ✅ | ✅ |
|
| USB Connectivity | ✅ | ✅ |
|
||||||
|
@ -28,16 +28,17 @@ At this point, ZMK is still missing many features compared to more developed fir
|
||||||
| [Encoders](feature/encoders) | ✅ | ✅ |
|
| [Encoders](feature/encoders) | ✅ | ✅ |
|
||||||
| Basic [OLED display support](feature/displays) | ✅ | ✅ |
|
| Basic [OLED display support](feature/displays) | ✅ | ✅ |
|
||||||
| [RGB Underglow](feature/underglow) | ✅ | ✅ |
|
| [RGB Underglow](feature/underglow) | ✅ | ✅ |
|
||||||
| One Shot Keys | | ✅ |
|
| One Shot Keys | In Dev | ✅ |
|
||||||
| Combo Keys | | ✅ |
|
| Combo Keys | In Dev | ✅ |
|
||||||
| Macros | | ✅ |
|
| Macros | In Dev | ✅ |
|
||||||
| Mouse Keys | | ✅ |
|
| Mouse Keys | | ✅ |
|
||||||
| Battery Reporting | | |
|
| Battery Reporting | In Dev | |
|
||||||
| Low Power Sleep States | | |
|
| Low Power Sleep States | In Dev | |
|
||||||
| Low Power Mode (VCC Shutoff) | | |
|
| Low Power Mode (VCC Shutoff) | In Dev | |
|
||||||
| Shell over BLE | | |
|
| Shell over BLE | | |
|
||||||
|
| Realtime Keymap Updating | In Dev | ✅ |
|
||||||
| AVR/8 Bit | | ✅ |
|
| AVR/8 Bit | | ✅ |
|
||||||
|
| Wide Range of ARM Chips Supported | ✅ | |
|
||||||
## Code Of Conduct
|
## Code Of Conduct
|
||||||
|
|
||||||
Please note that this project is released with a
|
Please note that this project is released with a
|
||||||
|
|
Loading…
Reference in a new issue