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.

33 lines
1.3 KiB

  1. # Paddino02
  2. 10-keys DIY mechanical macropad/gamepad. Features staggered columns, 2 thumb keys, symmetric PCB (you can build right-handed and left-handed versions with the same PCB).
  3. Project page on GitHub, with build steps and 3d-printable files:
  4. https://github.com/Pimentoso/Paddino02
  5. * Keyboard Maintainer: [Michele Ferri](https://github.com/Pimentoso)
  6. * Hardware Supported: Paddino02 PCB rev1, rev2 + Arduino Pro Micro
  7. * Hardware Availability: the PCB is open source and can be freely printed at websites such as [JLCPCB](https://jlcpcb.com/)
  8. ### To compile:
  9. `make pimentoso/paddino02/rev2/right:default`
  10. `make pimentoso/paddino02/rev2/left:default`
  11. `make pimentoso/paddino02/rev1:default` (legacy version of the PCB)
  12. ### To flash:
  13. `make pimentoso/paddino02/rev2/right:default:flash`
  14. `make pimentoso/paddino02/rev2/left:default:flash`
  15. `make pimentoso/paddino02/rev1:default:flash` (legacy version of the PCB)
  16. ### Default keymap
  17. ![Keymap](https://raw.githubusercontent.com/Pimentoso/qmk_firmware/master/keyboards/pimentoso/paddino02/keymap.png)
  18. 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).