logo

qmk_firmware

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

README.md (3427B)


  1. # ISO layout with a split spacebar
  2. I needed to have an ISO layout
  3. and I wanted to have a split spacebar
  4. I couldn't find anything ready
  5. so i cobbled this together
  6. ## Layer 0 - BL
  7. standard ISO layout with the addition of the split spacebar
  8. menu key (KC_APP) is used to move to the next layer
  9. the key in between the two spacebars is the function key
  10. ```
  11. ,-----------------------------------------------------------.
  12. | ' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = |Backsp |
  13. |-----------------------------------------------------------|
  14. | Tab | q | w | e | r | t | y | u | i | o | p | [ | ] |enter|
  15. |------------------------------------------------------ |
  16. | Caps | a | s | d | f | g | h | j | k | l | ; | ' | # | |
  17. |-----------------------------------------------------------|
  18. |Shft| < | z | x | c | v | b | n | m | , | . | / | Shift |
  19. |-----------------------------------------------------------|
  20. |Ctrl|Gui |Alt | Space | FN | Space |Alt |Gui | NL |Ctrl |
  21. `-----------------------------------------------------------'
  22. ```
  23. ## Layer 1 - FL
  24. quite standard function layer
  25. arrow keys and mouse movement/buttons on the home row
  26. ```
  27. ,-----------------------------------------------------------.
  28. |ESC|F1 |F2 |F3 |F4 |F5 |F6 |F7 |F8 |F9 |F10|F11|F12| DEL |
  29. |-----------------------------------------------------------|
  30. | | | | | | | | | | |prt| | | |
  31. |------------------------------------------------------ |
  32. | |m l|m d|m u|m r| | | l | d | u | r | | | |
  33. |-----------------------------------------------------------|
  34. | | | | | |mb1|mb2| |hm |pgd|pgu|end| |
  35. |-----------------------------------------------------------|
  36. | | | | | | | | | | |
  37. `-----------------------------------------------------------'
  38. ```
  39. ## Layer 2 - NL
  40. numbers numbers numbers...
  41. first key (top left) to return to BL
  42. menu key (KC_APP) is used to move to the next layer
  43. ```
  44. ,-----------------------------------------------------------.
  45. |BL | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | | | |
  46. |-----------------------------------------------------------|
  47. | | 4 | 5 | 6 | * | / | | 4 | 5 | 6 | * | / | ] | |
  48. |------------------------------------------------------ |
  49. | | 7 | 8 | 9 | + | - | | 1 | 2 | 3 | + | - | | |
  50. |-----------------------------------------------------------|
  51. | | | 0 | , | . | = | | | 0 | , | . | = | |
  52. |-----------------------------------------------------------|
  53. | | | | | | | | | RL | |
  54. `-----------------------------------------------------------'
  55. ```
  56. ## Layer 3 - BL
  57. all the fancy lights
  58. and useful reset button (top right)
  59. ```
  60. ,-----------------------------------------------------------.
  61. |BL | | | | | | | | | | | | |Reset |
  62. |-----------------------------------------------------------|
  63. | |tog|mod|hui|hud| | |sai|sad|vai|vad| | | |
  64. |------------------------------------------------------ |
  65. | |sta|bre|rai|swi| | |sna|kni|gra|xms| | | |
  66. |-----------------------------------------------------------|
  67. | | |bd |bt |bi |bs | | | | | | | |
  68. |-----------------------------------------------------------|
  69. | | | | | | | | | BL | |
  70. `-----------------------------------------------------------'
  71. ```