Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/Settings-sample.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# selected-library = 0
# Possible values: "English", "Russian".
# Possible values: "English", "Russian", "Spanish".
keyboard-layout = "English"
frontlight = true
wifi = false
Expand Down
32 changes: 32 additions & 0 deletions keyboard-layouts/spanish.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Spanish",
"outputs": [
[["q", "w", "e", "r", "t", "y", "u", "i", "o", "p"],
["a", "s", "d", "f", "g", "h", "j", "k", "l","ñ"],
["z", "x", "c", "v", "b", "n", "m"]],

[["Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P"],
["A", "S", "D", "F", "G", "H", "J", "K", "L","Ñ"],
["Z", "X", "C", "V", "B", "N", "M"]],

[["1", "2", "3", "4", "5", "6", "7", "8", "9", "0"],
["\\", "=", ",", "'", "_","\"", ".", "*", "/"," "],
["!", "-", "(", ":", ")", "+", "?"]],

[["·", "“", "%", "^", "#", "$", "~", "×", "”", "°"],
["‘", "@", "[", "`", "|", "…", "]", "&", "’"," "],
["–", "<", "{", ";", "}", ">", "—"]]
],
"keys": [
["▢", "▢", "▢", "▢", "▢", "▢", "▢", "▢", "▢", "▢"],
["DB", "▢", "▢", "▢", "▢", "▢", "▢", "▢", "▢", "▢", "▢", "DF"],
["Shift", "▢", "▢", "▢", "▢", "▢", "▢", "▢", "Return"],
["MoveB", "Cmb", "Space", "Alt", "MoveF"]
],
"widths": [
[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
[2.06, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 2.06],
[1.53, 1.53, 4.18, 1.53, 1.53]
]
}