1
0
Fork 0

yugo_m enhancement: include all available key positions (#16216)

* yugo_m enhancement to include all available key positions in matrix
This commit is contained in:
an_achronism 2022-03-16 00:06:27 +00:00 committed by GitHub
parent 8bffc61959
commit f6f4d85aa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 176 additions and 28 deletions

View file

@ -9,3 +9,11 @@ Currently available only for 101/102 key keyboards.
* Rev 1.1b
For more info visit the project repository: [Yugo-M-controller-project](https://github.com/tomic1785/Yugo-M-controller-project)
Note regarding 2022 matrix update:
The original author's firmware did not make several lesser-used membrane/matrix positions available to the controller. These are useful for JIS users and/or if you simply want to create a more unique layout. I've added all of the unused membrane positions to the firmware, except for an extremely seldom used one that sits in the left side of the space bar on some later membranes (I would have added it if I knew its matrix position, but I haven't mapped that out yet). The default mappings for these additional keys follow JIS conventions, except for the extra key on the bottom right corner of the numpad (lower half of vertical 2u Enter), which I've mapped to the LGUI key a.k.a. left Windows/Command key for now. Remap as you wish!
- an_achronism, February 2022