1
0
Fork 0

[Keyboard] Add SOFT/HRUF Splitography keyboard (#15133)

This commit is contained in:
Alexis Jeandeau 2021-11-17 11:59:03 +09:00 committed by GitHub
parent 596511a959
commit 3d49069a46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 2067 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# Differences with the [default layout](../default)
* QWERTY, Dvorak, Colemak and Workman are available by pressing Orange + Blue + one of the top left keys:
```
┌──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┐
│TxBolt│QWERTY│Dvorak│Colemk│Workmn│Scroll│ / │ 7 │ 8 │ 9 │ - │ │
├──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
│ Alt │ Home │ Up │ End │ PgUp │ Caps │ * │ 4 │ 5 │ 6 │ + │ Enter│
├──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
│ Shift│ Left │ Down │ Right│ PgDn │ Num │ 0 │ 1 │ 2 │ 3 │ │ GUI │
└──────┴──────┴──────┴──────┼──────┼──────┼──────┼──────┼──────┴──────┴──────┴──────┘
│ f() │ f() │ -- │ Ctrl │
└──────┴──────┴──────┴──────┘
```