logo

qmk_firmware

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

readme.md (879B)


  1. # Michael Stapelberg’s keymap for the Kinesis Advantage
  2. I adjust the thumb block mapping slightly to have a standard set of modifiers
  3. (Control, Alt, GUI/Windows, Right Alt) and Escape available conveniently.
  4. Specifically, my keymap makes the following changes:
  5. * Left thumb block:
  6. * Swap `Delete` with `Escape` (top left), from my Vim days :)
  7. * The `Home` key on the left thumb block is replaced by `Left GUI/Windows`.
  8. * Right thumb block:
  9. * The top left key on the right thumb block produces `Right Alt`.
  10. ## Corresponding Kinesis configuration
  11. My keymap corresponds to the following Kinesis configuration tool settings:
  12. ```
  13. [escape]>[delete]
  14. [rwin]>[ralt]
  15. [delete]>[escape]
  16. [home]>[lwin]
  17. [intl-\]>[kp-insert]
  18. ```
  19. Note: the last line makes the international key (labeled `|`, `\` and `Insert`)
  20. produce `Insert`, which is default with QMK, but not default Kinesis.