added octa8 layout (#2179) by octahedron

This commit is contained in:
Octahedron 2021-12-18 13:29:48 -05:00 committed by GitHub
parent b20816d8ed
commit e3092258bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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