From ef2f6930e774ae47274f6036a6acdd354c488059 Mon Sep 17 00:00:00 2001 From: Kael Date: Tue, 9 Jan 2024 01:22:06 +1100 Subject: [PATCH] feat(layouts): add engrammer (KaelWD) (#4902) --- frontend/static/layouts/_list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json index 094f70e33b24..5358b5efc754 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -690,7 +690,18 @@ "row3": ["cC", "iI", "eE", "aA", ",;", ".:", "hH", "tT", "sS", "nN", "qQ"], "row4": ["gG", "xX", "jJ", "kK", "-_", "?!", "rR", "mM", "fF", "pP"], "row5": [" "] - } + } + }, + "engrammer": { + "keymapShowTopRow": true, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "[{", "]}"], + "row2": ["bB", "yY", "oO", "uU", "'\"", ";:", "lL", "dD", "wW", "vV", "zZ", "=+", "\\|"], + "row3": ["cC", "iI", "eE", "aA", ",<", ".>", "hH", "tT", "sS", "nN", "qQ"], + "row4": ["gG", "xX", "jJ", "kK", "-_", "/?", "rR", "mM", "fF", "pP"], + "row5": [" "] + } }, "semimak": { "keymapShowTopRow": false,