My local repo of qmk firmware.
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.
 
 
 
 
qmk_firmware/keyboards/handwired/tritium_numpad
Joel Challis bbc3bc55f2
RESET -> QK_BOOT user keymaps (#17940)
3 years ago
..
keymaps RESET -> QK_BOOT user keymaps (#17940) 3 years ago
config.h Remove `UNUSED_PINS` (#17931) 3 years ago
info.json Move keyboard USB IDs and strings to data driven: handwired (#17822) 3 years ago
readme.md
rules.mk Fix up build options comments (#15463) 4 years ago
tritium_numpad.c Refactor to use led config - Part 6 (#12115) 4 years ago
tritium_numpad.h

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.