logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1800B)


  1. # HP 46010A
  2. ![46010A](https://deskthority.net/w/images/a/a5/HP_46010A_--_top.jpg)
  3. A converter for the eponymous keyboard.
  4. Keyboard Maintainer: [Listofoptions](https://github.com/listofoptions)
  5. Hardware Supported: HP 46010A, Teensy 2.0
  6. Make example for this keyboard (after setting up your build environment):
  7. make converter/HP_46010A:default
  8. 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).
  9. to get a matrix created if your board uses a different one (i used the US layout) please see the following gists:
  10. for the matrix itself: https://gist.github.com/listofoptions/cdf70d94767e9c6c027741850a24c568
  11. for the program to generate the matrix: https://gist.github.com/listofoptions/d245e370678024edbe5bed8c8ab17999
  12. 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.
  13. from the bottom of the pcb the pins are arraged as follows:
  14. 4 5 6
  15. 3 2 1
  16. connect a six pin modular connector of the 6p6c variaty.
  17. then lop off the other end of the cable, striping the wires inside.
  18. use the ohm-meter to find the corresponding wire for each pin on the bottom of the pcb
  19. the pin meanings are as follows:
  20. 1 reset
  21. 2 no connection
  22. 3 vcc
  23. 4 data out
  24. 5 clock
  25. 6 ground
  26. wire the ground and power pins to ground and 5v power on the teensy (or other avr device of your choice)
  27. connect
  28. on the teensy the connection is as follows
  29. teensy | HP 46010A
  30. ----|-----
  31. gnd | gnd (6)
  32. vcc | vcc (3)
  33. PB0 | reset (1)
  34. PB1 | clock (5)
  35. PB3 | data out (4)
  36. gnd | no connection (2) -- optional