You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.9 KiB
61 lines
2.9 KiB
7 years ago
|
# HKKB-ISO Satan Layout by Stunny
|
||
|
|
||
|
This layout combines the split Right Shift ISO layout with the popular HHKB layout. The Caps Lock key will be replaced in the default layout by the Control key, which is more convenient for some people.
|
||
|
|
||
|
This version is designed to have in its base layer letter 'Ñ' for Spanish writing. Also, 'ç' is included for those who have to write in French, Catalan or other languages that may need it.
|
||
|
|
||
|
This keymap also supports control for a WS2812B RGB led strip connected to pin E2 of the microcontroller. If you want more functionalities, pls check RGB documentation at [QMK Docs]( https://docs.qmk.fm/feature_rgblight.html#rgb-lighting). This also goes for backlighting functionalities. If you want more control, check [QMK Docs](https://docs.qmk.fm/feature_backlight.html#backlighting) on that.
|
||
|
|
||
6 years ago
|
|
||
|
## Layout
|
||
|
|
||
|
The keymap is programmed in the `LAYOUT_60_iso_split_rshift` matrix, but the physical layout combines ISO Enter, ANSI left shift, 2u Backspace, split right shift, and a 7u space bar with two modifiers on either side.
|
||
|
|
||
7 years ago
|
Base Layer:
|
||
|
|
||
|
```
|
||
|
,-----------------------------------------------------------.
|
||
|
|Esc~| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backsp |
|
||
|
|-----------------------------------------------------------|
|
||
|
|Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| Ret |
|
||
6 years ago
|
|------------------------------------------------------. |
|
||
|
|Ctrl | A| S| D| F| G| H| J| K| L| Ñ| ;| ' |urn |
|
||
7 years ago
|
|-----------------------------------------------------------|
|
||
|
|Shift | Z| X| C| V| B| N| M| ,| .| /|Shift | Fn|
|
||
|
|-----------------------------------------------------------|
|
||
6 years ago
|
| |Alt|LGUI | Space |RGUI |Alt| |
|
||
7 years ago
|
`-----------------------------------------------------------'
|
||
|
```
|
||
|
|
||
|
Function Layer
|
||
|
```
|
||
|
,-----------------------------------------------------------.
|
||
6 years ago
|
| | F1| F2| F3| F4| F5| F6| F7| F8| F9|F10|F11|PSR| RESET|
|
||
7 years ago
|
|-----------------------------------------------------------|
|
||
|
| | |VUP| | | | | | | | | | | |
|
||
6 years ago
|
|-------------------------------------------------------. |
|
||
7 years ago
|
|CapsLck|PRV|VDN|NXT| |RGB|FRW|BRT|VAI|VAD|INC|DEC| | |
|
||
|
|-----------------------------------------------------------|
|
||
|
| | | | Ç| |BTG| |MUT| | | | | |
|
||
|
|-----------------------------------------------------------|
|
||
6 years ago
|
| | | | PLY/PAU | | | |
|
||
7 years ago
|
`-----------------------------------------------------------'
|
||
|
```
|
||
|
|
||
|
Where:
|
||
|
- `PRV` is `KC_MEDIA_PREV_TRACK`
|
||
|
- `NXT` is `KC_MEDIA_NEXT_TRACK`
|
||
|
- `VUP` is `KC_AUDIO_VOL_UP`
|
||
|
- `VDN` is `KC_AUDIO_VOL_DOWN`
|
||
|
- `MUT` is `KC_AUDIO_MUTE`
|
||
|
- `PLY/PAU` is `KC_MEDIA_PLAY_PAUSE`
|
||
|
- `BTG` is `BL_TOGG` (toggles key backlighting)
|
||
|
- `INC` increases backlighting brightness
|
||
|
- `DEC` decreases backlighting brightness
|
||
|
- `PSR` is `KC_PSCREEN`
|
||
|
- `RGB` is `RGB_TOG`
|
||
|
- `FRW` jumps to next RGB mode
|
||
|
- `BRT` activates RGB breathing mode directly
|
||
|
- `VAI` increases RGB brightness
|
||
|
- `VAD` decreases RGB brightness
|