feat(layout): add the scythe layout (@forusu) (#5854)

* Update _list.json

Adds the scythe layout.

* Update _list.json

Fixed JSON syntax errors

* Update _list.json
This commit is contained in:
fsq 2024-09-06 12:08:14 +02:00 committed by GitHub
parent cbaefbf210
commit 5f695b4229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2035,5 +2035,16 @@
"row4": ["'\"", "fF", "cC", "pP", "vV", "jJ", "hH", ",<", ".>", "/?"],
"row5": [" "]
}
},
"scythe": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["bB", "uU", "aA", "rR", "jJ", "gG", "wW", "dD", "yY", "'\"", "[{", "]}", "\\|"],
"row3": ["sS", "iI", "oO", "nN", "lL", "cC", "mM", "tT", "hH", "eE", ";:"],
"row4": ["qQ", ",<", ".>", "xX", "zZ", "vV", "fF", "pP", "kK", "/?"],
"row5": [" "]
}
}
}