From cc61190e8479c25067f4e03414e0f8b7bf491504 Mon Sep 17 00:00:00 2001 From: I-Want-ToBelieve Date: Mon, 6 Nov 2023 11:11:39 -0800 Subject: [PATCH 1/2] docs(keyboard): add an online web tool that can generate keymaps intuitively --- modules/system/keyboard.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/keyboard.nix b/modules/system/keyboard.nix index 6e4275ed..c3094254 100644 --- a/modules/system/keyboard.nix +++ b/modules/system/keyboard.nix @@ -45,6 +45,7 @@ in description = lib.mdDoc '' List of keyboard mappings to apply, for more information see . + . ''; }; }; From 6e9084f57530d68c99fdea98766a436f92ebeb19 Mon Sep 17 00:00:00 2001 From: I-Want-ToBelieve Date: Mon, 6 Nov 2023 11:40:51 -0800 Subject: [PATCH 2/2] docs(keyboard): add number base converter online tool --- modules/system/keyboard.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/keyboard.nix b/modules/system/keyboard.nix index c3094254..9939985e 100644 --- a/modules/system/keyboard.nix +++ b/modules/system/keyboard.nix @@ -46,6 +46,8 @@ in List of keyboard mappings to apply, for more information see . . + Number Base Converter: 16 -> 10 + . ''; }; };