summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCrossR <r.cross@lancaster.ac.uk>2020-09-03 22:54:06 +0100
committerCrossR <r.cross@lancaster.ac.uk>2020-09-03 22:54:06 +0100
commit0ede549a13d6f79ef30ef6cb6e056ae94034ea8d (patch)
treea0b57dc5e4fb5badf7db19b20bcab54ef090da52 /docs
parente559cb2d713b4248697518f6bf3ece2e05b87ab3 (diff)
Fix Sofle build, update Intro page.
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/feature/keymaps.md2
-rw-r--r--docs/docs/intro.md6
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/docs/feature/keymaps.md b/docs/docs/feature/keymaps.md
index d991925..56fc2cc 100644
--- a/docs/docs/feature/keymaps.md
+++ b/docs/docs/feature/keymaps.md
@@ -55,7 +55,7 @@ in the stack _also_ get the event.
## Behavior Bindings
Binding a behavior at a certain key position may include up to two extra parameters that are used to
-alter the behavior when that specific key position is activated/deactived. For example, when binding
+alter the behavior when that specific key position is activated/deactivated. For example, when binding
the "key press" (`kp`) behavior at a certain key position, you must specific _which_ keycode should
be used for that key position.
diff --git a/docs/docs/intro.md b/docs/docs/intro.md
index 29045f7..e75ca3c 100644
--- a/docs/docs/intro.md
+++ b/docs/docs/intro.md
@@ -18,21 +18,23 @@ include:
- HID Over GATT (HOG) - This is the official term for BLE HID devices
- Keymaps and layers with basic keycodes
-- Some initial work on one "behavior", Mod-Tap
+- Mod-Tap
+- Layer Tap
- Basic HID over USB
- Basic consumer (media) keycodes.
- Basic OLED display logic
- Basic Split support
+- Basic RGB Underglow
- Encoders
## Missing Features
- One Shot
-- Layer Tap
- Complete split support
- Battery reporting
- Low power mode
- Shell over BLE
+- Macros
## Code Of Conduct