1
Fork 0
keyswirl/keyboards/kanata/laptop/lens.json

128 lines
2.5 KiB
JSON

{
"layout": "alpha_staggered_double_switch",
"measurements": {
"keySize": 60,
"keyPadding": 2,
"keyCornerRadius": 5,
"keyStrokeWidth": 1.5
},
"keys": [
["Q", "+", "1", "f1"],
["A", "<", "6", "f6"],
["X", ">", "", "f11"],
["W", "@", "2", "f2"],
["R", "{", "7", "f7"],
["C", "}", "", "f12"],
["F", "#", "3", "f3"],
["S", "[", "8", "f8"],
["D", "]"],
["P", "$", "4", "f4"],
["T", "(", "9", "f9"],
["V", ")"],
["B", "%", "5", "f5"],
["G", "?", "0", "f10"],
["Z", "!"],
["TR", "", ""],
["␣", "\\", ""],
["TL", "", ""],
["J", "_", "🏠", "😱"],
["M", "-", "◄", "↩️"],
["K", "—", "", "🎮"],
["L", "&", "⏬", "copy"],
["N", "^", "▼", "📋"],
["H", "|", "", "✂️"],
["U", "*", "⏫", "⏩"],
["E", "/", "▲", "⏯️"],
[",", "", "", "⏪"],
["Y", "~", "end", "🔊"],
["I", "=", "►", "🔉"],
[".", "", "", "🔇"],
[":", "`", "🗑️", "🔆"],
["O", ";", "", "🔅"],
["'", "\"", ""]
],
"chords": [
[
{
"input": ["Q", "W"],
"output": "⎋",
"fill": "#9ccaff"
},
{
"input": ["A", "R"],
"output": "⌥",
"fill": "#39f785"
},
{
"input": ["S", "T"],
"output": "⭾",
"fill": "#fdff80",
"fontSizeModifier": 0.8
},
{
"input": ["G", "M"],
"output": "⌫",
"fill": "#f9adff"
},
{
"input": ["N", "E"],
"output": "⊥",
"fill": "#f58e8e"
},
{
"input": ["I", "O"],
"output": "⌥",
"fill": "#39f785"
}
],
[
{
"input": ["R", "S"],
"output": "⇧",
"fill": "#f9adff"
},
{
"input": ["E", "I"],
"output": "⇧",
"fill": "#f9adff"
}
],
[
{
"input": ["R", "T"],
"output": "ctrl",
"fill": "#fdff80"
},
{
"input": ["N", "I"],
"output": "ctrl",
"fill": "#fdff80"
}
],
[
{
"input": ["C", "P"],
"output": "📋",
"fill": "#fdff80"
},
{
"input": ["K", "I"],
"output": "❖",
"fill": "#f58e8e"
}
],
[
{
"input": ["F", "T"],
"output": "↵",
"fill": "#9ccaff"
},
{
"input": ["N", "U"],
"output": "💾",
"fill": "#9ccaff"
}
]
]
}