feat(layout): add dusk (@luminespire) (#6064)

This commit is contained in:
Valorance 2024-11-21 03:11:35 -08:00 committed by GitHub
parent a91c95254a
commit 794555f19c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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