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.
 
 
 
 
 
Drashna Jael're 8f6b019dcc
Merge remote-tracking branch 'origin/master' into develop
1 year ago
..
keymaps/default [Keyboard] Add 40percent.club's 'polypad' PCB (#15158) 2 years ago
promicro Remove `UNUSED_PINS` (#17931) 1 year ago
teensy2 Remove `UNUSED_PINS` (#17931) 1 year ago
config.h Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h (#16655) 2 years ago
info.json Move keyboard USB IDs and strings to data driven: 0-9 (#16481) 2 years ago
polyandry.c [Keyboard] Add 40percent.club's 'polypad' PCB (#15158) 2 years ago
polyandry.h [Keyboard] Add 40percent.club's 'polypad' PCB (#15158) 2 years ago
readme.md RESET -> QK_BOOT keyboard readme (#18110) 1 year ago
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2 years ago

readme.md

Polyandry/polypad

Polyandry

3x4/4x3 grid layout, multiple controllers supported

  • Pro Micro
  • PJRC Teensy 2.0

(The below are not currently ported:)

  • PJRC Teensy LC/3.2
  • PJRC Teensy 3.5/3.6
  • Adafruit ItsyBitsy ATMega32u4
  • Adafruit ItsyBitsy M0
  • Adafruit ItsyBitsy M4

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

Bootloader

Enter the bootloader in 3 ways:

  • Bootmagic reset: Hold down the top left key of the keyboard (top right or bottom left in horizontal configuration)
  • Physical reset: Briefly press the button on the bottom of the microcontroller or, if not present short the pin marked RST to a GND.
  • Keycode in layout: Press the key mapped to QK_BOOT if it is available

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.