readme.md (1800B)
1 # HP 46010A 2 3  4 5 A converter for the eponymous keyboard. 6 7 Keyboard Maintainer: [Listofoptions](https://github.com/listofoptions) 8 Hardware Supported: HP 46010A, Teensy 2.0 9 10 Make example for this keyboard (after setting up your build environment): 11 12 make converter/HP_46010A:default 13 14 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). 15 16 to get a matrix created if your board uses a different one (i used the US layout) please see the following gists: 17 for the matrix itself: https://gist.github.com/listofoptions/cdf70d94767e9c6c027741850a24c568 18 for the program to generate the matrix: https://gist.github.com/listofoptions/d245e370678024edbe5bed8c8ab17999 19 20 to build the actual converter, you are going to need to either splice into the a connector or, use a multi-meter to buzz/ohm out which wires go where. 21 from the bottom of the pcb the pins are arraged as follows: 22 23 24 4 5 6 25 3 2 1 26 27 28 connect a six pin modular connector of the 6p6c variaty. 29 then lop off the other end of the cable, striping the wires inside. 30 use the ohm-meter to find the corresponding wire for each pin on the bottom of the pcb 31 32 the pin meanings are as follows: 33 1 reset 34 2 no connection 35 3 vcc 36 4 data out 37 5 clock 38 6 ground 39 40 wire the ground and power pins to ground and 5v power on the teensy (or other avr device of your choice) 41 connect 42 on the teensy the connection is as follows 43 44 45 teensy | HP 46010A 46 ----|----- 47 gnd | gnd (6) 48 vcc | vcc (3) 49 PB0 | reset (1) 50 PB1 | clock (5) 51 PB3 | data out (4) 52 gnd | no connection (2) -- optional