]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/tritium_numpad/readme.md
[Keyboard] Added 3d printable, handwired numpad by tritiumfusion (#6125)
[qmk_firmware.git] / keyboards / handwired / tritium_numpad / readme.md
1 Tritium Numpad
2 ===
3
4 Keyboard Maintainer: QMK Community  
5 Hardware Supported: Handwired 6x4 numpads using promicro controller  
6 Hardware Availability: https://www.thingiverse.com/thing:2855938
7
8 Wiring is accomplished on the Pro Micro board using the following pins as rows:
9 * D2 : Row 1
10 * D3 : Row 2
11 * D4 : Row 3
12 * D5 : Row 4
13 * D6 : Row 5
14 * D7 : Row 6
15
16 and the following pins as columns:
17 * A3 : Col 1
18 * A1 : Col 2
19 * D15 : Col 3
20 * D16 : Col 4
21
22 Make example for this keyboard (after setting up your build environment):
23
24     make tritium_numpad:default
25
26 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.
27
28 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).