Skip to content

Commit

Permalink
feat(layouts): add gallium v2 matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Nov 5, 2024
1 parent cc7a2be commit fe2f43d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/static/layouts/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,17 @@
"row5": [" "]
}
},
"gallium_v2_matrix": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["bB", "lL", "dD", "cC", "vV", "jJ", "yY", "oO", "uU", ",<", "[{", "]}", "\\|"],
"row3": ["nN", "rR", "tT", "sS", "gG", "pP", "hH", "aA", "eE", "iI", "/?"],
"row4": ["xX", "qQ", "mM", "wW", "zZ", "kK", "fF", "'\"", ";:", ".>"],
"row5": [" "]
}
},
"maya": {
"keymapShowTopRow": false,
"type": "ansi",
Expand Down

0 comments on commit fe2f43d

Please sign in to comment.