summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTsquash <caleblightfoot05@gmail.com>2020-10-09 19:05:44 -0500
committerCaleb Lightfoot <caleblightfoot05@gmail.com>2020-10-10 22:18:18 -0500
commitd7bfe979c9a0d67b5b2a9a4f87bc496c32c4ff60 (patch)
treea2d99e07e7cfc353feadd21a9a5975213b5d148f
parenteb9dc37f00759940ab172e0da102f3f303483e6f (diff)
Fixed Footnote and added user config repo
-rw-r--r--docs/docs/intro.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/docs/intro.md b/docs/docs/intro.md
index 89857a4..095ab41 100644
--- a/docs/docs/intro.md
+++ b/docs/docs/intro.md
@@ -15,11 +15,11 @@ feature.
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** | &nbsp ZMK &nbsp | &nbsp QMK &nbsp |
+| **Feature** | ZMK |QMK |
|----------------------------------------------------------------------------------------------------------|:---------:|:-----------:|
| Multi-Device BLE Support | ✅ | |
| USB Connectivity | ✅ | ✅ |
-| Low Active Power Usage | ✅ | |
+| User Configuration Repositories | ✅ | |
| Split Keyboard Support | ✅ | ✅ |
| [Keymaps and Layers](behavior/layers) | ✅ | ✅ |
| [Hold-Tap](behavior/hold-tap) (Which Includes [Mod-Tap](behavior/mod-tap) and [Layer-Tap](behavior/layers/#layer-tap)) | ✅ | ✅ |
@@ -32,15 +32,16 @@ At this point, ZMK is still missing many features compared to popular firmware s
| Combo Keys | In Dev | ✅ |
| Macros | In Dev | ✅ |
| Mouse Keys | | ✅ |
-| Battery Reporting | In Dev | |
+| Low Active Power Usage | ✅ | |
| Low Power Sleep States | In Dev | |
| Low Power Mode (VCC Shutoff) | In Dev | |
+| Battery Reporting | In Dev | |
| Shell over BLE | | |
| Realtime Keymap Updating | Planned | ✅ |
| AVR/8 Bit | | ✅ |
| Wide Range of ARM Chips Supported | ✅ | |
-[^1]: Encoders are not currently supported on peripheral side splits.
-[2^]: Oleds are currently proof of concept in ZMK.
+[^2]: Encoders are not currently supported on peripheral side splits.
+[^1]: OLEDs are currently proof of concept in ZMK.
## Code Of Conduct