logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (2986B)


  1. # HKKB-ISO Satan Layout by Stunny
  2. 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.
  3. 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.
  4. 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.
  5. ## Layout
  6. 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. Base Layer:
  8. ```
  9. ,-----------------------------------------------------------.
  10. |Esc~| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backsp |
  11. |-----------------------------------------------------------|
  12. |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| Ret |
  13. |------------------------------------------------------. |
  14. |Ctrl | A| S| D| F| G| H| J| K| L| Ñ| ;| ' |urn |
  15. |-----------------------------------------------------------|
  16. |Shift | Z| X| C| V| B| N| M| ,| .| /|Shift | Fn|
  17. |-----------------------------------------------------------|
  18. | |Alt|LGUI | Space |RGUI |Alt| |
  19. `-----------------------------------------------------------'
  20. ```
  21. Function Layer
  22. ```
  23. ,-----------------------------------------------------------.
  24. | | F1| F2| F3| F4| F5| F6| F7| F8| F9|F10|F11|PSR| RESET|
  25. |-----------------------------------------------------------|
  26. | | |VUP| | | | | | | | | | | |
  27. |-------------------------------------------------------. |
  28. |CapsLck|PRV|VDN|NXT| |RGB|FRW|BRT|VAI|VAD|INC|DEC| | |
  29. |-----------------------------------------------------------|
  30. | | | | Ç| |BTG| |MUT| | | | | |
  31. |-----------------------------------------------------------|
  32. | | | | PLY/PAU | | | |
  33. `-----------------------------------------------------------'
  34. ```
  35. Where:
  36. - `PRV` is `KC_MEDIA_PREV_TRACK`
  37. - `NXT` is `KC_MEDIA_NEXT_TRACK`
  38. - `VUP` is `KC_AUDIO_VOL_UP`
  39. - `VDN` is `KC_AUDIO_VOL_DOWN`
  40. - `MUT` is `KC_AUDIO_MUTE`
  41. - `PLY/PAU` is `KC_MEDIA_PLAY_PAUSE`
  42. - `BTG` is `BL_TOGG` (toggles key backlighting)
  43. - `INC` increases backlighting brightness
  44. - `DEC` decreases backlighting brightness
  45. - `PSR` is `KC_PSCR`
  46. - `RGB` is `RGB_TOG`
  47. - `FRW` jumps to next RGB mode
  48. - `BRT` activates RGB breathing mode directly
  49. - `VAI` increases RGB brightness
  50. - `VAD` decreases RGB brightness