diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-07-04 18:02:01 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-04 18:02:01 -0700 |
commit | 876377e945da294c887a1553f07f947d10da58ec (patch) | |
tree | 9e8ec5efe1f4098b1ea3d39fd223b88aa0f714da /keyboards/satan/keymaps/isoHHKB/readme.md | |
parent | 3bbf11d11010bb908741f8b574a493b9057b1304 (diff) | |
download | qmk_firmware-876377e945da294c887a1553f07f947d10da58ec.tar.gz |
Satan refactor and Configurator support (#3305)
* Matrix refactor
* Keymap refactor
* Configurator support
* Readme cleanup
Diffstat (limited to 'keyboards/satan/keymaps/isoHHKB/readme.md')
-rw-r--r-- | keyboards/satan/keymaps/isoHHKB/readme.md | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/keyboards/satan/keymaps/isoHHKB/readme.md b/keyboards/satan/keymaps/isoHHKB/readme.md index 60454efb6..64911a043 100644 --- a/keyboards/satan/keymaps/isoHHKB/readme.md +++ b/keyboards/satan/keymaps/isoHHKB/readme.md @@ -6,6 +6,11 @@ This version is designed to have in its base layer letter 'Ñ' for Spanish writi 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. + +## 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. + Base Layer: ``` @@ -13,27 +18,27 @@ 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 | -|-----------------------------------------------------------| -|Ctrl | A| S| D| F| G| H| J| K| L| Ñ| ;| ' |urn| +|------------------------------------------------------. | +|Ctrl | A| S| D| F| G| H| J| K| L| Ñ| ;| ' |urn | |-----------------------------------------------------------| |Shift | Z| X| C| V| B| N| M| ,| .| /|Shift | Fn| |-----------------------------------------------------------| -| |Alt|LGUI | Space |RGUI |Alt| | +| |Alt|LGUI | Space |RGUI |Alt| | `-----------------------------------------------------------' ``` Function Layer ``` ,-----------------------------------------------------------. -| |F1| F2| F3| F4| F5| F6| F7| F8| F9|F10|F11|PSR| RESET| +| | F1| F2| F3| F4| F5| F6| F7| F8| F9|F10|F11|PSR| RESET| |-----------------------------------------------------------| | | |VUP| | | | | | | | | | | | -|-----------------------------------------------------------| +|-------------------------------------------------------. | |CapsLck|PRV|VDN|NXT| |RGB|FRW|BRT|VAI|VAD|INC|DEC| | | |-----------------------------------------------------------| | | | | Ç| |BTG| |MUT| | | | | | |-----------------------------------------------------------| -| | | | PLY/PAU | | | | +| | | | PLY/PAU | | | | `-----------------------------------------------------------' ``` |