aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features
diff options
context:
space:
mode:
authorJoel Challis2025-05-14 14:02:43 +0200
committerGitHub2025-05-14 14:02:43 +0200
commit05ff5443b1d528855332b4b06063fad26f21e391 (patch)
tree5f022267b25c5e8e8fade9ecddf906e362ff097c /docs/features
parente553cf7214e3f608ede138a6133aaf4d2fecdac7 (diff)
Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/stenography.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/stenography.md b/docs/features/stenography.md
index c6c2155a9a..7fd245d59a 100644
--- a/docs/features/stenography.md
+++ b/docs/features/stenography.md
@@ -8,7 +8,7 @@ The [Open Steno Project](https://www.openstenoproject.org/) has built an open-so
Plover can work with any standard QWERTY keyboard, although it is more efficient if the keyboard supports NKRO (n-key rollover) to allow Plover to see all the pressed keys at once. An example keymap for Plover can be found in `planck/keymaps/default`. Switching to the `PLOVER` layer adjusts the position of the keyboard to support the number bar.
-To enable NKRO, add `NKRO_ENABLE = yes` in your `rules.mk` and make sure to press `NK_ON` to turn it on because `NKRO_ENABLE = yes` merely adds the possibility of switching to NKRO mode but it doesn't automatically switch to it. If you want to automatically switch, add `#define FORCE_NKRO` in your `config.h`.
+To enable NKRO, add `NKRO_ENABLE = yes` in your `rules.mk` and make sure to press `NK_ON` to turn it on because `NKRO_ENABLE = yes` merely adds the possibility of switching to NKRO mode but it doesn't automatically switch to it. If you want to automatically switch, add `#define NKRO_DEFAULT_ON true` in your `config.h`.
You may also need to adjust your layout, either in QMK or in Plover, if you have anything other than a standard layout. You may also want to purchase some steno-friendly keycaps to make it easier to hit multiple keys.