Satan refactor and Configurator support (#3305)
* Matrix refactor * Keymap refactor * Configurator support * Readme cleanup
This commit is contained in:
parent
3bbf11d110
commit
876377e945
28 changed files with 584 additions and 519 deletions
|
@ -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 | | | |
|
||||
`-----------------------------------------------------------'
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue