logo

qmk_firmware

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

readme.md (6494B)


  1. ## Custom Layout
  2. Kinesis Contoured family of keyboards belong to a relatively small group of keyboards that utilize thumb clusters. The keycap profiles of thumb cluster keys make it easy to press multiple keys simultaneously by a thumb finger. Co-locating CTRL, SHIFT and KEYPAD modifiers in the thumb cluster gives truly unique capabilities to these keyboards.
  3. ### "alvicstep" Layout
  4. The **alvicstep** layout is optimized for software development on a Windows machine. It is a result of many years of daily usage. It is a great starting point for your own design.
  5. #### Layout Features
  6. - 3 layers: default layer, keypad layer, numpad layer
  7. - keypad layer allows for 2 finger operation using **arrow** keys together with
  8. - **CTRL** and/or **SHIFT** modifiers OR
  9. - **HOME/END** keys OR
  10. - **PAGEUP/PAGEDOWN** keys.
  11. - two finger operations can be achieved by holding up to 3 modifier keys (KEYPAD/SHIFT/CTRL) with a thumb finger and using index/middle/ring finger by pressing keywell keys. For example, you can fully control caret position and text selection of:
  12. - each letter
  13. - each word
  14. - from a current caret position to the beginning of the line
  15. - from a current caret position to the end of the line
  16. - multiple lines
  17. - multiple pages
  18. - with little practice you will be able to string together different key combinations. For example, executing `KEYPAD + O` and then `KEYPAD + SHIFT + U` selects the whole line of text with barely any finger movement. The best part is that it works in any text editor!
  19. - keypad layer allows accessing **F1-F12** and **ESC** keys by moving only a single finger away from the home row, making it very fast and convenient
  20. - **KEYPAD** key can be used to access US ANSI Shifted Symbols instead of pressing a SHIFT key. This gives you two advantages: it makes KEYPAD key a "go to" key which is used in almost all operations unrelated to typing of letters. To understand the second advantage, compare pressing `SHIFT + 0` and `KEYPAD + 0` using the right hand
  21. - **NUMPAD** "momentary" modifier key can be used to quickly switch to a numeric pad while typing alphanumeric strings. In a stock Kinesis firmware you would have to switch to KEYPAD layer and then press NUMLOCK key which makes it unusable for this task
  22. - **NUMPAD** key in the right thumb cluster can be used to switch to a numeric pad for long numeric sequences
  23. #### Layout Layers
  24. ![](https://i.imgur.com/86LCI3zh.jpg)
  25. ![](https://i.imgur.com/Gv4WBw7h.jpg)
  26. ![](https://i.imgur.com/gKXMUI2h.jpg)
  27. #### Notes
  28. - MO(1) - switch to **KEYPAD** layer while key is being pressed
  29. - MO(2) - switch to **NUMPAD** layer while key is being pressed
  30. - TO(0) - switch to **BASE** layer
  31. - TO(2) - switch to **NUMPAD** layer
  32. - Rsft(Enter) - acts as an ENTER key when pressed and released. Acts as a SHIFT modifier in combination with other keys
  33. - Bt - enter bootloader mode
  34. - Alt(Tab) - toggle between last two active applications
  35. - Ctrl(Tab) - toggle between last two active tabs
  36. ### Differences From Stock
  37. - **{}[]** keys are moved to the left side of the keywell to be easily accessible
  38. - **-** and **+** keys are switched
  39. - **CAPS LOCK** key is moved to **KEYPAD** layer and is mapped to **DELETE** on **BASE** layer
  40. ### Shortcuts
  41. |Shortcut | Control Caret |
  42. |---------------------|---------------------------------------|
  43. |`KEYPAD + J` | move caret one character left |
  44. |`KEYPAD + L` | move caret one character right |
  45. |`KEYPAD + I` | move caret one line up |
  46. |`KEYPAD + K` | move caret one line down |
  47. |`KEYPAD + CTRL + J` | move caret one word to the left |
  48. |`KEYPAD + CTRL + L` | move caret one word to the right |
  49. |`KEYPAD + U` | move caret to the start of the line |
  50. |`KEYPAD + O` | move caret to the end of the line |
  51. |`KEYPAD + H` | move caret one page up |
  52. |`KEYPAD + N` | move caret one page down |
  53. |Shortcut | Scroll Lock |
  54. |---------------------|---------------------------------------|
  55. |`KEYPAD + CTRL + I` | scroll page up |
  56. |`KEYPAD + CTRL + K` | scroll page down |
  57. |Shortcut | Select Text |
  58. |-----------------------------|-------------------------------|
  59. |`KEYPAD + CTRL + SHIFT + J` | select one word to the left |
  60. |`KEYPAD + CTRL + SHIFT + L` | select one word to the right |
  61. |`KEYPAD + CTRL + SHIFT + I` | select one line up |
  62. |`KEYPAD + CTRL + SHIFT + K` | select one line down |
  63. |`KEYPAD + SHIFT + H` | select one page up |
  64. |`KEYPAD + SHIFT + N` | select one page down |
  65. |`KEYPAD + CTRL + SHIFT + U` | select from beginning of the file up to the caret position |
  66. |`KEYPAD + CTRL + SHIFT + O` | select from caret position to the end of the file |
  67. |Shortcut | US ANSI Shifted Symbols |
  68. |---------------------|---------------------------------------|
  69. |`KEYPAD + -` | _ |
  70. |`KEYPAD + 1` | ! |
  71. |`KEYPAD + 2` | @ |
  72. |`KEYPAD + 3` | # |
  73. |`KEYPAD + 4` | $ |
  74. |`KEYPAD + 5` | % |
  75. |`KEYPAD + 6` | ^ |
  76. |`KEYPAD + 7` | & |
  77. |`KEYPAD + 8` | * |
  78. |`KEYPAD + 9` | ( |
  79. |`KEYPAD + 0` | ) |
  80. |`KEYPAD + =` | + |
  81. |`KEYPAD + \` | \| |
  82. |`KEYPAD + '` | " |
  83. |`KEYPAD + ;` | : |
  84. |`KEYPAD + /` | ? |
  85. |`KEYPAD + [` | { |
  86. |`KEYPAD + ]` | } |
  87. |`KEYPAD + ,` | < |
  88. |`KEYPAD + .` | > |
  89. |`KEYPAD + BACKTICK` | ~ |