Skip to content

Commit

Permalink
Add the complete keyboard layout to the readme for easy reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley committed Apr 12, 2024
1 parent 989da8e commit 57386ed
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Where possible, the Little Luggable uses off-the-shelf parts. I've separated the
- Mounting Brackets, 3D Printed
![](images/renders/keyboard-mounting-brackets.png)

## Keyboard Layout

![](keyboard/layouts/complete.png)

## Useful References

- [Changing screen brightness](https://forums.raspberrypi.com/viewtopic.php?t=214086)
Expand Down
155 changes: 155 additions & 0 deletions keyboard/layouts/complete.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
[
[
{
"c": "#999999",
"a": 7
},
"Esc",
{
"c": "#cccccc",
"a": 4
},
"\n\n#1\n\n\n\n\n\n\nF1",
"\n\n#2\n\n\n\n\n\n\nF2",
"\n\n#3\n\n\n\n\n\n\nF3",
"\n\n#4\n\n\n\n\n\n\nF4",
"\n\n#5\n\n\n\n\n\n\nF5",
{
"a": 7
},
"F6",
"F7",
"F8",
{
"a": 4
},
"\n\nF11\n\n\n\n\n\n\nF9",
"\nClear\nF12\n\n\n\n\n\n\nF10"
],
[
{
"x": 0.25
},
"\n\n~\n`\n\n\n\n\n!\n\n1",
{
"a": 5
},
"@\n2",
"#\n3",
"$\n4",
"%\n5",
"^\n6",
"&\n7",
"*\n8",
{
"a": 4
},
"\n\n_\n-\n\n\n\n\n(\n\n9",
"\n\n+\n=\n\n\n\n\n)\n\n0",
{
"c": "#999999",
"a": 7
},
"Del"
],
[
"Tab",
{
"c": "#cccccc"
},
"Q",
"W",
"E",
"R",
"T",
"Y",
"U",
{
"a": 4
},
"\n\n{\n[\n\n\n\n\n\nI",
"\n\n}\n]\n\n\n\n\n\nO",
"\n\n|\n\\\n\n\n\n\n\nP"
],
[
{
"x": 0.25,
"c": "#999999",
"a": 7
},
"Ctrl",
{
"c": "#cccccc"
},
"A",
"S",
"D",
{
"n": true
},
"F",
"G",
"H",
{
"n": true
},
"J",
{
"a": 4
},
"\n\n:\n;\n\n\n\n\n\nK",
"\n\n\"\n'\n\n\n\n\n\nL",
{
"c": "#999999",
"a": 7
},
"Ret"
],
[
{
"x": 0.5
},
"Shift",
{
"c": "#cccccc"
},
"Z",
"X",
"C",
"V",
"B",
{
"a": 6
},
"\n\n<\n\n\n\n\n\nN",
"\n\n>\n\n\n\n\n\nM",
{
"a": 4
},
"\n\n/\n,\n\n\n\n\n?\n\n.",
{
"c": "#999999",
"a": 7
},
"Shift"
],
[
"Ctrl",
"Lower",
"Raise",
"Alt",
"Super",
{
"c": "#cccccc",
"w": 2
},
"",
{
"c": "#999999"
},
"Left",
"Down",
"Up",
"Right"
]
]
Binary file added keyboard/layouts/complete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57386ed

Please sign in to comment.