forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QVEX Tech Lynepad2 Layout Update (qmk#22030)
* Add layout/matrix diagram [docs] * Update layout data Update layout data to disambiguate the key/joystick/thumbpad functions in Configurator. [chore]
- Loading branch information
1 parent
a747ced
commit 3173d6c
Showing
2 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Matrix Diagram for QVEX Tech Lynepad | ||
|
||
``` | ||
┌───┬───┬───┬───┐ | ||
│00 │01 │02 │03 │ | ||
├───┼───┼───┼───┤ | ||
│10 │11 │12 │13 │ ┌───┐ | ||
├───┼───┼───┼───┘╱ │30 │ ╲ | ||
│20 │21 │22 │ ┌───┼───┼───┐ | ||
└───┴───┴───┘ │32 │40 │33 │ | ||
└───┼───┼───┘ | ||
╲ │31 │ ╱ | ||
└───┘ | ||
┌───┐ | ||
╱ │ │ ╲ | ||
┌───┼───┼───┐ | ||
│ │41 │ │ | ||
└───┼───┼───┘ | ||
╲ │ │ ╱ | ||
└───┘ | ||
``` |