logo

qmk_firmware

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

readme.md (6848B)


  1. # The Default Sol Layout
  2. ## Layout
  3. ### Qwerty layout
  4. ```
  5. * ,------------------------------------------------. ,------------------------------------------------.
  6. * | GESC | 1 | 2 | 3 | 4 | 5 | - | | = | 6 | 7 | 8 | 9 | 0 | BkSp |
  7. * |------+------+------+------+------+------|------| |------|------+------+------+------+------+------|
  8. * | Tab | Q | W | E | R | T | [ | | ] | Y | U | I | O | P | \ |
  9. * |------+------+------+------+------+------|------| |------|------+------+------+------+------+------|
  10. * |FN(CAPS)| A | S | D | F | G | ( | | ) | H | J | K | L | ; | ' |
  11. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------|
  12. * |Shift | Z | X | C | V | B | { | | } | N | M | , | . | / |Enter |
  13. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------|
  14. * | Ctrl | Win | Alt | RGB | ADJ | Space| DEL | | Enter| Space| FN | Left | Down | Up |Right |
  15. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------'
  16. * | Space| DEL | | Enter| Space|
  17. * `-------------' `-------------'
  18. ```
  19. ### Colemak layout
  20. ```
  21. * ,------------------------------------------------. ,------------------------------------------------.
  22. * | GESC | 1 | 2 | 3 | 4 | 5 | - | | = | 6 | 7 | 8 | 9 | 0 | BkSp |
  23. * |------+------+------+------+------+------|------| |------|------+------+------+------+------+------|
  24. * | Tab | Q | W | F | P | B | [ | | ] | J | L | U | Y | ; | \ |
  25. * |------+------+------+------+------+------|------| |------|------+------+------+------+------+------|
  26. * |FN(CAPS)| A | R | S | T | G | ( | | ) | K | N | E | I | O | ' |
  27. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------|
  28. * |Shift | Z | X | C | D | V | { | | } | M | H | , | . | / |Enter |
  29. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------|
  30. * | Ctrl | Win | Alt | RGB | ADJ | Space| DEL | | Enter| Space| FN | Left | Down | Up |Right |
  31. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------'
  32. * | Space| DEL | | Enter| Space|
  33. * `-------------' `-------------'
  34. ```
  35. ### Function (FN)
  36. ```
  37. * ,------------------------------------------------. ,------------------------------------------------.
  38. * | F1 | F2 | F3 | F4 | F5 | F6 | | | | F7 | F8 | F9 | F10 | F11 | F12 |
  39. * |------+------+------+------+------+------|------| |------|------+------+------+------+------+------|
  40. * | | PGDN | UP | PGUP | | | | | | | PGDN | UP | PGUP | PRINT| HOME |
  41. * |------+------+------+------+------+------|------| |------|------+------+------+------+------+------|
  42. * | | LEFT | DOWN | RIGHT| | | | | | | LEFT | DOWN | RIGHT|INSERT| END |
  43. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------|
  44. * | | | | | | | | | | | | | | | |
  45. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------|
  46. * | | | |RGBMOD| | | | | | | PLAY | NEXT | MUTE | VOL- | VOL+ |
  47. * `------+------+------+------+------+------+------| |------+------+------+------+------+------+------'
  48. * | | | | | |
  49. * `-------------' `-------------'
  50. ```
  51. ### Adjust (ADJ)
  52. ```
  53. * ,------------------------------------------------. ,------------------------------------------------.
  54. * | F1 | F2 | F3 | F4 | F5 | F6 | | | | F7 | F8 | F9 | F10 | F11 | F12 |
  55. * |------+------+------+------+------+------|------| |------|------+------+------+------+------+------|
  56. * | | SAD | VAI | SAI | QK_BOOT| | | | | | P7 | P8 | P9 | | |
  57. * |------+------+------+------+------+------|------| |------|------+------+------+------+------+------|
  58. * | | HUD | VAD | HUI |RGBRST| | | | | | P4 | P5 | P6 | | |
  59. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------|
  60. * | | | | | | | | | | | P1 | P2 | P3 | | |
  61. * |------+------+------+------+------+------+------| |------+------+------+------+------+------+------|
  62. * | | | |RGBMOD| | | | | | | P0 | PDOT | NLCK |QWERTY|COLEMK|
  63. * `------+------+------+------+------+------+------| |------+------+------+------+------+------+------'
  64. * | | | | | |
  65. * `-------------' `-------------'
  66. ```
  67. ## Customize
  68. see `qmk_firmware/keyboards/sol/rev1/keymaps/default/rules.mk`
  69. ```
  70. # Variables you can set for SOL
  71. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  72. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  73. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  74. CONSOLE_ENABLE = yes # Console for debug(+400)
  75. COMMAND_ENABLE = yes # Commands for debug and configuration
  76. NKRO_ENABLE = no
  77. RGBLIGHT_ENABLE = yes # Enable global lighting effects. Do not enable with RGB Matrix
  78. LED_MIRRORED = yes # Mirror LEDs across halves (enable DIP 1 on slave, and DIP 2 and 3 on master)
  79. RGB_MATRIX_ENABLE = no # Enable per-key coordinate based RGB effects. Do not enable with RGBlight (+8500)
  80. RGB_MATRIX_KEYPRESSES = no # Enable reactive per-key effects. Can be very laggy (+1500)
  81. RGBLIGHT_FULL_POWER = no # Allow maximum RGB brightness. Otherwise, limited to a safe level for a normal USB-A port
  82. SWAP_HANDS_ENABLE = no # Enable one-hand typing
  83. OLED_ENABLE = no # Enable the OLED Driver (+5000)
  84. IOS_DEVICE_ENABLE = no # Limit max brightness to connect to IOS device (iPad,iPhone)
  85. ```
  86. ## Compile
  87. go to qmk top directory.
  88. ```
  89. $ cd qmk_firmware
  90. ```
  91. build
  92. ```
  93. $ make rgbkb/sol:default
  94. ```
  95. After the initial flash with AVRdudess, you should be able to flash using this:
  96. ```
  97. $ make rgbkb/sol:default:dfu
  98. ```