logo

qmk_firmware

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

readme.md (1785B)


  1. # Ploopy Trackball Nano
  2. ![Ploopyco Trackball Nano](https://ploopy.co/wp-content/uploads/2021/06/2.jpg)
  3. It's a DIY, QMK Powered Trackball...Nano!
  4. * Maintainer: [PloopyCo](https://github.com/ploopyco)
  5. * Key contributors: [Drashna Jael're](https://github.com/drashna/), [Germ](https://github.com/germ/)
  6. * Hardware Supported: ATMega32u4 16MHz(5v)
  7. * Hardware Availability: [Store](https://ploopy.co/nano-trackball), [GitHub](https://github.com/ploopyco/nano-trackball)
  8. Make example for this trackball (after setting up your build environment):
  9. make ploopyco/trackball_nano/rev1_001:default:flash
  10. make ploopyco/trackball_nano/rev1_001:via:flash
  11. 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).
  12. ## Hardware Reset Button
  13. The Ploopy Nano has a handy bootloader reset mechanism: two via pins on the board, designated by the reference designator `MCU.J.X BOOTLOADER`. If you stick an uninsulated paperclip or a pair of metal tweezers into both holes and plug in the Nano, it will start in bootloader mode.
  14. ## Revisions
  15. Occasionally, new revisions of the PCB will be released. Every board comes with a designator that looks something like `R1.001`.
  16. Match the firmware that you flash onto the board with the designator on the board.
  17. ## Fuse settings
  18. When flashing the bootloader, use the following fuse settings:
  19. | Fuse | Setting |
  20. |----------|-------------|
  21. | Low | `0x5E` |
  22. | High | `0x99` |
  23. | Extended | `0xC3` |
  24. # Customizing your PloopyCo Trackball Nano
  25. You can find customziation options [here](../readme.md).