Update Intro
changed intro wording and link to layer tap Update intro.md
This commit is contained in:
parent
e740a83d68
commit
910e207dbc
1 changed files with 16 additions and 13 deletions
|
@ -13,20 +13,20 @@ feature.
|
||||||
|
|
||||||
## Features
|
## 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:
|
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   |   QMK   |
|
||||||
|----------------------------------------------------------------------------------------------------------|:---------:|:-----------:|
|
|----------------------------------------------------------------------------------------------------------|:---------:|:-----------:|
|
||||||
| Wireless Connectivity via BLE | ✅ | |
|
| Multi-Device BLE Support | ✅ | |
|
||||||
| USB Connectivity | ✅ | ✅ |
|
| USB Connectivity | ✅ | ✅ |
|
||||||
| Low Active Power Usage | ✅ | |
|
| Low Active Power Usage | ✅ | |
|
||||||
| 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), [layer-tap](behavior/layers)) | ✅ | ✅ |
|
| [Hold-tap](behavior/hold-tap) (which includes [mod-tap](behavior/mod-tap), [layer-tap](behavior/layers/#layer-tap)) | ✅ | ✅ |
|
||||||
| [Basic HID over USB](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) | ✅ | ✅ |
|
| [Encoders](feature/encoders)[^1] | ✅ | ✅ |
|
||||||
| Basic [OLED display support](feature/displays) | ✅ | ✅ |
|
| Proof of Concept [OLED display support](feature/displays) | ✅ | ✅ |
|
||||||
| [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 | ✅ |
|
||||||
|
@ -36,9 +36,12 @@ At this point, ZMK is still missing many features compared to more developed fir
|
||||||
| 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 | |
|
||||||
| Shell over BLE | | |
|
| Shell over BLE | | |
|
||||||
| Realtime Keymap Updating | In Dev | ✅ |
|
| Realtime Keymap Updating | Planned | ✅ |
|
||||||
| AVR/8 Bit | | ✅ |
|
| AVR/8 Bit | | ✅ |
|
||||||
| Wide Range of ARM Chips Supported | ✅ | |
|
| Wide Range of ARM Chips Supported | ✅ | |
|
||||||
|
[^1]:Note: Encoders are not currently supported on peripheral side splits.
|
||||||
|
|
||||||
|
|
||||||
## 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