From a5e2ce11cd4be1b631243b67e790f9402fc2403f Mon Sep 17 00:00:00 2001 From: ambivent <113452480+ambivent@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:54:09 +0800 Subject: [PATCH] Nerps (#3544) ambivent Adds the Nerps layout --- frontend/static/layouts/_list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/frontend/static/layouts/_list.json b/frontend/static/layouts/_list.json index 2031ad392..5e268fb08 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1164,5 +1164,16 @@ "row4": ["ㅋㅋ", "ㅌㅌ", "ㅊㅊ", "ㅍㅍ", "ㅠㅠ", "ㅜㅜ", "ㅡㅡ", ",<", ".>", "/?"], "row5": [" "] } + }, + "nerps": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"], + "row2": ["xX", "lL", "dD", "pP", "vV", "zZ", "kK", "oO", "uU", ";:", "[{", "]}", "\\|"], + "row3": ["nN", "rR", "tT", "sS", "gG", "yY", "hH", "eE", "iI", "aA", "/?"], + "row4": ["qQ", "jJ", "mM", "cC", "wW", "bB", "fF", "'\"", ",<", ".>"], + "row5": [" "] + } } }