[Keyboard] Initial commit of Laptreus Keyboard (#4967)
* Add userspace files for vosechu * Code review corrections * Few more code review corrections * Initial add of Laptreus code * Initial add of Laptreus code * Adding last punctuation to default * Add some debug suggestions to the debug readme * Fixes for PR feedback * Fixing capitalization of readme files * update auto detect connection logic
This commit is contained in:
parent
35f6919673
commit
a3104a7110
11 changed files with 502 additions and 0 deletions
79
keyboards/laptreus/keymaps/default/readme.md
Normal file
79
keyboards/laptreus/keymaps/default/readme.md
Normal file
|
@ -0,0 +1,79 @@
|
|||
# Default layout
|
||||
|
||||
This is the default layout for the Laptreus
|
||||
|
||||
## Layout
|
||||
|
||||
Some special things:
|
||||
|
||||
* Lower/Raise are on the F/J keys. Tap to type the character, hold to activate the layer
|
||||
* Enter and Backspace also activate the Lift layer.
|
||||
* -- To get repeated backspace, hold BkLft and then press Shift
|
||||
|
||||
### Qwerty
|
||||
|
||||
,-----------------------------------------------------------------------------------.
|
||||
| Tab | Q | W | E | R | T | Y | U | I | O | P | Bksp |
|
||||
|------+------+------+------+------+-------------+------+------+------+------+------|
|
||||
| Esc | A | S | D | Lwr/F| G | H | Rse/J| K | L | ; | " |
|
||||
|------+------+------+------+------+------|------+------+------+------+------+------|
|
||||
| Shift| Z | X | C | V | B | N | M | , | . | / | Enter|
|
||||
|------+------+------+------+------+------+------+------+------+------+------+------|
|
||||
| Hyper|Ctrl/~|AltTab| Cmd | BkLft| Shift| Space|EntLft| Left | Down | Up | Right|
|
||||
`-----------------------------------------------------------------------------------'
|
||||
|
||||
### Dvorak
|
||||
|
||||
,-----------------------------------------------------------------------------------.
|
||||
| Tab | ' | , | . | P | Y | F | G | C | R | L | Bksp |
|
||||
|------+------+------+------+------+-------------+------+------+------+------+------|
|
||||
| Esc | A | O | E | Lwr/U| I | D | Rse/H| T | N | S | / |
|
||||
|------+------+------+------+------+------|------+------+------+------+------+------|
|
||||
| Shift| ; | Q | J | K | X | B | M | W | V | Z | Enter|
|
||||
|------+------+------+------+------+------+------+------+------+------+------+------|
|
||||
| Hyper|Ctrl/~|AltTab| Cmd | BkLft| Shift| Space|EntLft| Left | Down | Up | Right|
|
||||
`-----------------------------------------------------------------------------------'
|
||||
|
||||
### Raise
|
||||
|
||||
,-----------------------------------------------------------------------------------.
|
||||
| | < | > | { | } | | | | | | | |
|
||||
|------+------+------+------+------+-------------+------+------+------+------+------|
|
||||
| | ( | ) | [ | ] | | | | | | | |
|
||||
|------+------+------+------+------+------|------+------+------+------+------+------|
|
||||
| | | | | | | | | | | | |
|
||||
|------+------+------+------+------+------+------+------+------+------+------+------|
|
||||
| | | | | BkLft| Shift| Space|EntLft| | | | |
|
||||
`-----------------------------------------------------------------------------------'
|
||||
|
||||
### Lower
|
||||
|
||||
,-----------------------------------------------------------------------------------.
|
||||
| | | | | | | | 7 | 8 | 9 | | |
|
||||
|------+------+------+------+------+-------------+------+------+------+------+------|
|
||||
| | | | | | | | 4 | 5 | 6 | | |
|
||||
|------+------+------+------+------+------|------+------+------+------+------+------|
|
||||
| | | | | | | | 1 | 2 | 3 | | |
|
||||
|------+------+------+------+------+------+------+------+------+------+------+------|
|
||||
| | | | | BkLft| Shift| Space| 0 | 0 | . | | |
|
||||
`-----------------------------------------------------------------------------------'
|
||||
|
||||
### Lift
|
||||
|
||||
,-----------------------------------------------------------------------------------.
|
||||
| |Hist ←| Tab ←| ↑ | Tab →|Hist →| Mute | |ScrLft|ScrFul|ScrRgt| |
|
||||
|------+------+------+------+------+-------------+------+------+------+------+------|
|
||||
| | | ← | ↓ | → | Pg Up|Vol up|Slk up| | |Qwerty| |
|
||||
|------+------+------+------+------+------|------+------+------+------+------+------|
|
||||
| | | | | | Pg Dn|Vol dn|Slk dn| | |Dvorak| |
|
||||
|------+------+------+------+------+------+------+------+------+------+------+------|
|
||||
| | Reset| | | | Bksp | | Shift| Cmd | Opt | Ctrl | |
|
||||
`-----------------------------------------------------------------------------------'
|
||||
|
||||
Special things:
|
||||
|
||||
* Hist: Back button in your browser
|
||||
* Tab: Move one tab left/right in most mac apps
|
||||
* Slk: Go to the previous/next unread conversation in Slack
|
||||
* Scr: Make this app fill the left/right side of your monitor (or full screen)
|
||||
* Since arrows are on this layer, the command keys are moved to the right side
|
Loading…
Add table
Add a link
Reference in a new issue