logo

qmk_firmware

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

readme.md (1298B)


  1. # Jot50
  2. A compact 50% (12x5) ortholinear keyboard kit inspired in the Preonic made by jotix.
  3. Keyboard Maintainer: [jotix](https://github.com/jotix)
  4. Hardware Supported: Arduino Pro Micro
  5. ### Arduino Pro Micro Pinout
  6. | Rows | 0 | 1 | 2 | 3 | 4 |
  7. |-------------|----|----|----|----|----|
  8. | Arduino pin | 6 | 7 | 8 | 10 | 16 |
  9. | QMK pin | D7 | E6 | B4 | B6 | B2 |
  10. | Columns | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
  11. |-------------|----|----|----|----|----|----|-----|-----|----|----|----|----|
  12. | Arduino pin | A3 | A2 | A1 | A0 | 15 | 14 | TX0 | RXI | 2 | 3 | 4 | 5 |
  13. | QMK pin | F4 | F5 | F6 | F7 | B1 | B3 | D3 | D2 | D1 | D0 | D4 | C6 |
  14. | | Backlight |
  15. |-------------|-----------|
  16. | Arduino pin | 9 |
  17. | QMK pin | B5 |
  18. ### Compiling the Firmware
  19. Make example for this keyboard (after setting up your build environment):
  20. make handwired/jot50:default
  21. ### The Defaukt Keymap
  22. ![Default Keymap](https://i.imgur.com/g85V8K6.png)
  23. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).