logo

qmk_firmware

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

readme.md (2467B)


  1. # jotlily60
  2. ![jotlily60](https://i.imgur.com/I68WGmJh.jpg)
  3. A split keyboard kit made by jotix, inspired in the Lily58 keyboard.
  4. * Keyboard Maintainer: [jotix](https://github.com/jotix)
  5. * Hardware Supported: Arduino Pro Micro
  6. ---
  7. ### Arduino Pro Micro Pinout
  8. | Rows | 0 | 1 | 2 | 3 | 4 |
  9. |-------------|----|----|----|----|----|
  10. | Arduino pin | A0 | 15 | 14 | 16 | 10 |
  11. | QMK pin | F7 | B1 | B3 | B2 | B6 |
  12. | Columns | 0 | 1 | 2 | 3 | 4 | 5 | 6 |
  13. |-------------|----|----|----|----|----|----|----|
  14. | Arduino pin | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
  15. | QMK pin | D0 | D4 | C6 | D7 | E6 | B4 | B5 |
  16. | Serial | |
  17. |-------------|-----|
  18. | Arduino pin | TX0 |
  19. | QMK pin | D3 |
  20. ---
  21. ### Compiling the Firmware
  22. Compile example for this keyboard (after setting up your build environment):
  23. qmk compile -kb handwired/jotlily60 -km default
  24. ---
  25. ### The Defaukt Keymap
  26. +-------+-------+-------+-------+-------+-------+ +-------+-------+-------+-------+-------+-------+
  27. | = | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | - |
  28. +-------+-------+-------+-------+-------+-------+ +-------+-------+-------+-------+-------+-------+
  29. | esc | Q | W | E | R | T | | Y | U | I | O | P | tab |
  30. +-------+-------+-------+-------+-------+-------+ +-------+-------+-------+-------+-------+-------+
  31. | caps | A | S | D | F | G | | H | J | K | L | ; | ' |
  32. +-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
  33. | shift | Z | X | C | V | B | { | } | N | M | , | . | / | enter |
  34. +-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
  35. | alt | super | ctrl | space | fn | fn | bspc | del | meh | ralt |
  36. +-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
  37. ---
  38. 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).