Add engram layout

This commit is contained in:
lttb 2021-05-27 08:21:53 +01:00
parent f18b130117
commit 6aab655eed

View file

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