From dba84c3253f9af672f00f6e400e7a78f1e3c46af Mon Sep 17 00:00:00 2001 From: Dainternetdude <53956237+Dainternetdude@users.noreply.github.com> Date: Thu, 9 Feb 2023 04:46:01 -0700 Subject: [PATCH] add sturdy ortho keyboard layout (#3979) Dainternetdude * add sturdy ortho keyboard layout * remove random extra double quote oops lmao * move sturdy ortho to be with the rest of the sturdy family --- 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 bb0dec16d..97fff0db9 100644 --- a/frontend/static/layouts/_list.json +++ b/frontend/static/layouts/_list.json @@ -1298,6 +1298,17 @@ "row5": [" "] } }, + "sturdy_ortho": { + "keymapShowTopRow": false, + "type": "ansi", + "keys": { + "row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"], + "row2": ["vV", "mM", "lL", "cC", "pP", "xX", "fF", "oO", "uU", "jJ", "[{", "]}", "\\|"], + "row3": ["sS", "tT", "rR", "dD", "yY", ".>", "nN", "aA", "eE", "iI", "/?"], + "row4": ["zZ", "kK", "qQ", "gG", "wW", "bB", "hH", "'\"", ";:", ",<"], + "row5": [" "] + } + }, "ABNT2": { "keymapShowTopRow": false, "type": "iso",