|
2 lat temu | |
---|---|---|
.. | ||
keymaps | cdb04900cd Polyandry: rename LAYOUT to LAYOUT_ortho_4x3 (#18815) | 2 lat temu |
promicro | cdb04900cd Polyandry: rename LAYOUT to LAYOUT_ortho_4x3 (#18815) | 2 lat temu |
teensy2 | cdb04900cd Polyandry: rename LAYOUT to LAYOUT_ortho_4x3 (#18815) | 2 lat temu |
config.h | 764dc18a81 Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16655) | 3 lat temu |
info.json | cdb04900cd Polyandry: rename LAYOUT to LAYOUT_ortho_4x3 (#18815) | 2 lat temu |
polyandry.c | 99c6829bf0 [Keyboard] Add 40percent.club's 'polypad' PCB (#15158) | 3 lat temu |
polyandry.h | 99c6829bf0 [Keyboard] Add 40percent.club's 'polypad' PCB (#15158) | 3 lat temu |
readme.md | d2accb48e7 RESET -> QK_BOOT keyboard readme (#18110) | 2 lat temu |
rules.mk | a8d440e4e0 Tidy up NKRO_ENABLE rules (#15382) | 3 lat temu |
3x4/4x3 grid layout, multiple controllers supported
(The below are not currently ported:)
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..
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.
The original (minimal arduino sketch) firmware, with support for some unsupported controllers
Keyboard Maintainer: QMK Community
Hardware Supported: Polyandry PCB
Hardware Availability: Polyandry gerbers are on 40percent.club
Make example for this keyboard (after setting up your build environment):
make 40percentclub/polyandry:default
or
qmk compile -kb 40percentclub/polyandry -km default
Default firmware is for an Arduino Pro Micro knockoff.
If you would like to specify a controller:
make 40percentclub/polyandry/promicro:default
or
qmk compile -kb 40percentclub/polyandry/promicro -km default
make 40percentclub/polyandry/teensy2:default
or
qmk compile -kb 40percentclub/polyandry/teensy2 -km default
Enter the bootloader in 3 ways:
QK_BOOT
if it is availableSee the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.