diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-04 11:49:44 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-06 15:02:12 -0500 |
commit | 642ec46c1f38ad0bc034b656bad0a4d04f90506c (patch) | |
tree | a23009f70533eee749a4c6fbf7821a5277146dc3 | |
parent | ff638eb0105a22780d5084da58da83c98dc6d324 (diff) |
docs(intro): Update for standardized keys
Update links to the new codes documentation.
-rw-r--r-- | docs/docs/intro.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/intro.md b/docs/docs/intro.md index a56e343..8edc313 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -21,8 +21,8 @@ ZMK is currently missing some features found in other popular firmware. This tab | 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)) | ✅ | ✅ | ✅ | -| [Basic Keycodes](behavior/key-press) | ✅ | ✅ | ✅ | -| [Basic consumer (Media) Keycodes](behavior/key-press) | ✅ | ✅ | ✅ | +| [Keyboard Codes](codes/#keyboard) | ✅ | ✅ | ✅ | +| [Media](codes/#media-controls) & [Consumer](codes/#consumer-controls) Codes | ✅ | ✅ | ✅ | | [Encoders](feature/encoders)[^1] | ✅ | | ✅ | | [OLED Display Support](feature/displays)[^2] | 🚧 | 🚧 | ✅ | | [RGB Underglow](feature/underglow) | ✅ | ✅ | ✅ | |