qmk-dactyl-manuform-a/keyboards/converter/hp_46010a
Ryan 99b35940bc
Remove unnecessary backslash-escapes in default keymaps (#15472)
* Remove unnecessary backslash-escapes in default keymaps

* Remove unnecessary backslash-escapes in via keymaps

* Remove unnecessary backslash-escapes in default-ish keymaps
2021-12-14 12:41:16 +00:00
..
keymaps/default Remove unnecessary backslash-escapes in default keymaps (#15472) 2021-12-14 12:41:16 +00:00
config.h Merge remote-tracking branch 'upstream/master' into develop 2021-01-15 18:34:12 +11:00
hp_46010a.c Keyboard: HP 46010A converter (#3967) 2018-09-23 18:46:53 -07:00
hp_46010a.h Keyboard: converter/hp_46010a: rename layout macro to LAYOUT (#4024) 2018-09-29 12:44:12 -07:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
matrix.c Remove legacy print backward compatiblitly (#11805) 2021-02-06 16:56:13 +00:00
readme.md Keyboard: HP 46010A converter (#3967) 2018-09-23 18:46:53 -07:00
rules.mk Tidy up NKRO_ENABLE rules (#15382) 2021-12-09 16:05:44 +11:00

readme.md

HP 46010A

46010A

A converter for the eponymous keyboard.

Keyboard Maintainer: Listofoptions
Hardware Supported: HP 46010A, Teensy 2.0

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

make converter/HP_46010A:default

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

to get a matrix created if your board uses a different one (i used the US layout) please see the following gists: for the matrix itself: https://gist.github.com/listofoptions/cdf70d94767e9c6c027741850a24c568 for the program to generate the matrix: https://gist.github.com/listofoptions/d245e370678024edbe5bed8c8ab17999

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. from the bottom of the pcb the pins are arraged as follows:

  4 5 6
 3 2 1  

connect a six pin modular connector of the 6p6c variaty. then lop off the other end of the cable, striping the wires inside. use the ohm-meter to find the corresponding wire for each pin on the bottom of the pcb

the pin meanings are as follows: 1 reset 2 no connection 3 vcc 4 data out 5 clock 6 ground

wire the ground and power pins to ground and 5v power on the teensy (or other avr device of your choice) connect on the teensy the connection is as follows

teensy HP 46010A
gnd gnd (6)
vcc vcc (3)
PB0 reset (1)
PB1 clock (5)
PB3 data out (4)
gnd no connection (2) -- optional