Fixed octa8 semicolon/colon (#2579)

some silly goofball accidentally put the layout data incorrectly haha
This commit is contained in:
Octahedron 2022-02-23 15:46:55 -05:00 committed by GitHub
parent 8dbf0966d1
commit 78279cefae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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