You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.1 KiB

  1. # JotPad16
  2. A ortholinear keypad (4x4) 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 |
  7. |-------------|----|----|-----|-----|
  8. | arduino pin | 10 | 16 | RXI | TX0 |
  9. | qmk pin | B6 | B2 | D2 | D3 |
  10. | columns | 0 | 1 | 2 | 3 |
  11. |-------------|----|----|----|----|
  12. | arduino pin | 7 | 6 | 14 | 15 |
  13. | qmk pin | E6 | D7 | B3 | C3 |
  14. | | LED1 | LED2 |
  15. |-------------|------|------|
  16. | Arduino pin | 9 | 8 |
  17. | QMK pin | B5 | B4 |
  18. ### Compiling the Firmware
  19. Make example for this keyboard (after setting up your build environment):
  20. make handwired/jotpad16:default
  21. ### The Default Keymap
  22. | 7 | 8 | 9 | - |
  23. |---|---|---|---|
  24. | 4 | 5 | 6 | + |
  25. |---|---|---|---|
  26. | 1 | 2 | 3 |ent|
  27. |---|---|---|---|
  28. | 0 | . | / | * |
  29. 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).