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.

29 lines
1.1 KiB

  1. # millipad
  2. ![millipad](https://i.imgur.com/ZM2qel5h.jpg)
  3. An open source 2x6 macropad with rotary encoder. Designed to be cheap and simple.
  4. ## More Pictures:
  5. ![PCB Layout](https://i.imgur.com/ilhfBfQ.png)
  6. ![Front of PCB](https://i.imgur.com/UiQkmuvh.jpg)
  7. ![Back of PCB](https://i.imgur.com/Inh6UTLh.jpg)
  8. * Keyboard Maintainer: [Jirou](https://github.com/GLozares)
  9. * Hardware Supported: Jirou.Design Millipad
  10. * Hardware Availability: Open Source at https://github.com/GLozares/millipad
  11. ## Bootloader Mode (Flashing Hex Files):
  12. To flash a new hex file, press the hardware reset button located to the left of the rotary encoder to enter Bootloader mode.
  13. Make example for this keyboard (after setting up your build environment):
  14. make millipad:default
  15. Flashing example for this keyboard:
  16. make millipad:default:flash
  17. 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).