qmk-dactyl-manuform-a/keyboards/handwired/tritium_numpad
Ryan f718a10889
Fix up build options comments (#15463)
2021-12-12 18:05:37 -08:00
..
keymaps [Bug] Develop - Change uint32_t to layer_state_t (#13596) 2021-07-19 09:50:55 -07:00
config.h Refactor to use led config - Part 6 (#12115) 2021-03-10 22:48:18 +00:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
readme.md [Keyboard] Added 3d printable, handwired numpad by tritiumfusion (#6125) 2019-06-24 23:11:51 -07:00
rules.mk Fix up build options comments (#15463) 2021-12-12 18:05:37 -08:00
tritium_numpad.c Refactor to use led config - Part 6 (#12115) 2021-03-10 22:48:18 +00:00
tritium_numpad.h [Keyboard] Added 3d printable, handwired numpad by tritiumfusion (#6125) 2019-06-24 23:11:51 -07:00

readme.md

Tritium Numpad

Keyboard Maintainer: QMK Community
Hardware Supported: Handwired 6x4 numpads using promicro controller
Hardware Availability: https://www.thingiverse.com/thing:2855938

Wiring is accomplished on the Pro Micro board using the following pins as rows:

  • D2 : Row 1
  • D3 : Row 2
  • D4 : Row 3
  • D5 : Row 4
  • D6 : Row 5
  • D7 : Row 6

and the following pins as columns:

  • A3 : Col 1
  • A1 : Col 2
  • D15 : Col 3
  • D16 : Col 4

Make example for this keyboard (after setting up your build environment):

make tritium_numpad:default

Bootmagic is enabled. Press the key at 0,0 (usually escape or numlock in the top left corner) while plugging the keyboard in to jump to bootloader.

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