logo

qmk_firmware

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

readme.md (2259B)


  1. # Polyandry/polypad
  2. ![Polyandry](https://1.bp.blogspot.com/-97uoICZvZec/XSdpvCVFFlI/AAAAAAACVZY/BlCRjxjDqDAxOZa6C5ddQr0OsFQ9VZv5wCLcBGAs/s1600/d1.jpg)
  3. ===
  4. 3x4/4x3 grid layout, multiple controllers supported
  5. - Pro Micro
  6. - PJRC Teensy 2.0
  7. (**The below are not currently ported:**)
  8. - PJRC Teensy LC/3.2
  9. - PJRC Teensy 3.5/3.6
  10. - Adafruit ItsyBitsy ATMega32u4
  11. - Adafruit ItsyBitsy M0
  12. - Adafruit ItsyBitsy M4
  13. The matrix is electrically 1x12 with no diodes, with a thirteenth pin used for the column rather than a ground in order to be compatible with all the listed microcontrollers..
  14. The default keymap is a testing keymap that is intended to make sure all of the keys on the matrix are working and properly assigned.
  15. [The original (minimal arduino sketch) firmware, with support for some unsupported controllers](https://git.40percent.club/di0ib/Misc/src/branch/master/polyandry)
  16. Keyboard Maintainer: QMK Community
  17. Hardware Supported: Polyandry PCB
  18. Hardware Availability: [Polyandry gerbers are on 40percent.club](https://www.40percent.club/2019/07/polyandry.html)
  19. Make example for this keyboard (after setting up your build environment):
  20. make 40percentclub/polyandry:default
  21. or
  22. qmk compile -kb 40percentclub/polyandry -km default
  23. Default firmware is for an Arduino Pro Micro knockoff.
  24. If you would like to specify a controller:
  25. make 40percentclub/polyandry/promicro:default
  26. or
  27. qmk compile -kb 40percentclub/polyandry/promicro -km default
  28. make 40percentclub/polyandry/teensy2:default
  29. or
  30. qmk compile -kb 40percentclub/polyandry/teensy2 -km default
  31. ## Bootloader
  32. Enter the bootloader in 3 ways:
  33. * **Bootmagic reset**: Hold down the top left key of the keyboard (top right or bottom left in horizontal configuration)
  34. * **Physical reset**: Briefly press the button on the bottom of the microcontroller or, if not present short the pin marked RST to a GND.
  35. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
  36. 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).