forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keymap] Rework my Tsangan layout; turn off mousekeys (qmk#8836)
* Give Tsangan layout a real Fn2 layer * Disable mouse keys to work around qmk#8323 I don't actually use this feature, so there's no reason for it to be enabled anyway, and it seems to cause spurious wakeups on Windows.
- Loading branch information
Showing
3 changed files
with
43 additions
and
24 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 |
---|---|---|
@@ -1,25 +1,44 @@ | ||
# bcat's 60% Tsangan HHKB layout | ||
|
||
This is a normal Tsangan/HHKB (split backspace, split right shift) layout with | ||
arrow and navigation keys that match a standard HHKB layout. Additionally, the | ||
redundant right Super key on the bottom row actives an adjust layer with | ||
controls for RGB underglow and backlight, as well as media keys centered around | ||
the ESDF cluster. | ||
This is a Tsangan/HHKB (split backspace, split right shift) layout following | ||
the [traditional HHKB layout](https://deskthority.net/wiki/HHKB_Professional2) | ||
with a few changes: | ||
|
||
* The Delete key is mapped as Backspace (HHKB DIP switch 3). | ||
|
||
* The Alt and Super keys are swapped to put Alt directly adjacent to the | ||
spacebar (HHKB DIP switch 5). | ||
|
||
* The left Super key is replaced with another Function key (HHKB DIP switch 2). | ||
Unlike on the real HHKB, this key triggers a different Function 2 layer. (This | ||
also helps prevent accidental Super key presses while gaming.) | ||
|
||
* The Function 2 layer contains reset keys, RGB underglow and backlight | ||
controls (in place of the arrow and navigation keys), and media controls | ||
(centered around the ESDF cluster). | ||
|
||
* The Function 2 layer also has the F1-F12 keys mapped just like the Function 1 | ||
layer. This is a concession to gaming because it enables these keys to be | ||
easily typed with the left hand, without taking the right hand off the mouse. | ||
|
||
* The leftmost and rightmost bottom row keys are mapped to Ctrl rather than | ||
anything more useful because most of my Tsangan PCBs actually have HHKB plates | ||
and/or blockers, so there aren't switches installed in those positions. | ||
|
||
## Default layer | ||
|
||
![Default layer layout](https://i.imgur.com/et26km2.png) | ||
![Default layer layout](https://i.imgur.com/3tBxms8.png) | ||
|
||
([KLE](http://www.keyboard-layout-editor.com/#/gists/86b33d75aa6f56d8781ab3d8475f4e77)) | ||
|
||
## Function layer | ||
## Function 1 layer | ||
|
||
![Function layer layout](https://i.imgur.com/NdJTW9f.png) | ||
![Function l 1ayer layout](https://i.imgur.com/jn4HtA5.png) | ||
|
||
([KLE](http://www.keyboard-layout-editor.com/#/gists/f6311fd7e315de781143b80eb040a551)) | ||
|
||
## Adjust layer | ||
## Function 2 layer | ||
|
||
![Adjust layer layout](https://i.imgur.com/XQR4AEf.png) | ||
![Function 2layer layout](https://i.imgur.com/tQBIR1m.png) | ||
|
||
([KLE](http://www.keyboard-layout-editor.com/#/gists/65ac939caec878401603bc36290852d4)) |
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