From e4adb1b40c49f058ab5f2b242df75f7ebd4a3020 Mon Sep 17 00:00:00 2001 From: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com> Date: Sat, 17 Aug 2024 09:01:37 +0200 Subject: [PATCH 1/2] Update docs/docs/keymaps/list-of-codes.mdx Co-authored-by: Cem Aksoylar --- docs/docs/keymaps/list-of-codes.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/keymaps/list-of-codes.mdx b/docs/docs/keymaps/list-of-codes.mdx index 58055a37..c2e24da7 100644 --- a/docs/docs/keymaps/list-of-codes.mdx +++ b/docs/docs/keymaps/list-of-codes.mdx @@ -11,6 +11,7 @@ import Table from "@site/src/components/codes/Table"; Take extra notice of the spelling of the keycodes, especially the shorthand spelling. Otherwise, it will result in an elusive parsing error! ::: + :::info[Keyboard vs. Consumer keycodes] In the below tables, there are keycode pairs with similar names where one variant has a `K_` prefix and another `C_`. These variants correspond to similarly named usages from different [HID usage pages](https://usb.org/sites/default/files/hut1_2.pdf#page=16), @@ -19,6 +20,7 @@ namely the "keyboard/keypad" and "consumer" ones respectively. In practice, some OS and applications might listen to only one of the variants. You can use the values in the compatibility columns below to assist you in selecting which one to use. ::: + This is the reference page for keycodes used by behaviors. Use the table of contents (on the right or the top) for easy navigation. From 67655ca17be4cd9f1241c38375cdb398117cc938 Mon Sep 17 00:00:00 2001 From: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com> Date: Sat, 17 Aug 2024 09:07:03 +0200 Subject: [PATCH 2/2] Update docs/static/_redirects Co-authored-by: Cem Aksoylar --- docs/static/_redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/_redirects b/docs/static/_redirects index 485d19aa..4ac76d3e 100644 --- a/docs/static/_redirects +++ b/docs/static/_redirects @@ -5,4 +5,4 @@ /docs/features/encoders /docs/keymaps/encoders 301 /docs/codes/* /docs/keymaps/list-of-codes 301 /docs/troubleshooting#split-keyboard-halves-unable-to-pair /docs/troubleshooting/connection-issues#split-keyboard-halves-unable-to-pair 301 -/docs/features/beta-testing /docs/features/modules 301 \ No newline at end of file +/docs/features/beta-testing /docs/features/modules#beta-testing 301 \ No newline at end of file