From cbb4524faec7c366d94444446ca3bc70ad64988b Mon Sep 17 00:00:00 2001 From: ebblies <155184048+ebblies@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:51:53 +1100 Subject: [PATCH] feat(layouts): add graphite_angle_kp (ebblies) (#4905) * Update _list.json Added graphite_angle_kp layout * lowercase --------- Co-authored-by: Miodec --- 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 5358b5efc..c514b4908 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1704,6 +1704,17 @@ "row4": ["xX", "mM", "cC", "vV", "qQ", "pP", "kK", ".>", "-\"", "/<"], "row5": [" "] } +}, + "graphite_angle_kp": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "[{", "]}"], + "row2": ["bB", "lL", "dD", "wW", "zZ", "'_", "fF", "oO", "uU", "jJ", ";:", "=+", "\\|"], + "row3": ["nN", "rR", "tT", "sS", "gG", "yY", "hH", "aA", "eE", "iI", ",?"], + "row4": ["xX", "mM", "cC", "vV", "qQ", "kK", "pP", ".>", "-\"", "/<"], + "row5": [" "] + } }, "graphite_matrix": { "keymapShowTopRow": false,