From 9dd3a4937fdfc0204ad4d43b2ee459333c57e383 Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Thu, 16 Nov 2023 09:30:14 +0000 Subject: [PATCH] Update docs/docs/config/system.md Co-authored-by: Cem Aksoylar --- docs/docs/config/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/config/system.md b/docs/docs/config/system.md index eba6000b..cf46c07b 100644 --- a/docs/docs/config/system.md +++ b/docs/docs/config/system.md @@ -35,7 +35,7 @@ Exactly zero or one of the following options may be set to `y`. The first is use :::note NKRO usages -By default the NKRO max usage is set so as to maximise compatibility, however certain less frequently used keys (F13-F24 and INTL1-8) will not work. The solution is to set 'CONFIG_ZMK_HID_KEYBOARD_NKRO_EXTENDED_REPORT=y'. This is known to break compatibility with Android. +By default the NKRO max usage is set so as to maximize compatibility, however certain less frequently used keys (F13-F24 and INTL1-8) will not work with it. One solution is to set `CONFIG_ZMK_HID_KEYBOARD_NKRO_EXTENDED_REPORT=y`, however this is known to break compatibility with Android and thus not enabled by default. :::