added the canary matrix variant (#3289) j-fosstvedt

* added the canary matrix variant

As defined here:
https://github.com/Apsu/Canary#ortho

* added necesarry columns

Co-authored-by: Jack <jack@monkeytype.com>
This commit is contained in:
Jørgen Tharaldsen fosstvedt 2022-07-02 12:29:55 +02:00 committed by GitHub
parent 87a6fa9b50
commit cb643a2b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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