qmk-dactyl-manuform-a/keyboards/converter/hp_46010a
James Young 4b453dca92
Remove MIDI Configuration boilerplate (#11151)
* remove keyboard-level instances of `MIDI_ENABLE = no`

Command:

```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e  '/^[ #]*MIDI_ENABLE[ \t]*=[ \t]*no/d' {} +
```

Co-Authored-By: Nick Brassel <nick@tzarc.org>

* fix case-sensitivity issues on MIDI_ENABLE

Change instances of `MIDI_ENABLE = YES` to `MIDI_ENABLE = yes`.

Command:

```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE[ \t]*=[ \t]*[Yy][Ee][Ss];MIDI_ENABLE = yes;g' {} +
```

* replace `# MIDI controls` with `# MIDI support`

Replace `# MIDI controls` with `# MIDI support` in keyboard-level `rules.mk` files.

Command:

```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#[ \t]*MIDI[ \t]*\(controls\|support\).*;# MIDI support;g' {} +
```

* align inline comments

Aligns the inline comments to the length used by the QMK AVR rules.mk template.

Command:

```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;MIDI_ENABLE *= *yes.*;MIDI_ENABLE = yes           # MIDI support;g'  {} +
```

* remove commented instances of `MIDI_ENABLE` from keyboard `rules.mk` files

Commands:

```
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;#\([ \t]*MIDI_ENABLE\) = yes; \1 = no ;' {} +
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e 's;^\([ \t]*\)\(MIDI_ENABLE = no\);\2\1;' {} +
find keyboards/ -type f -name 'rules.mk' -and -not -path '*/keymaps/*' -exec sed -i -e '/^[ #]\+MIDI_ENABLE *= *no/d' {} +
```

* remove MIDI configuration boilerplate from keyboard config.h files

Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-08-16 06:51:13 +10:00
..
keymaps/default Keyboard: HP 46010A converter (#3967) 2018-09-23 18:46:53 -07: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 keyboard_folder from info.json 2021-02-27 16:17:12 -08: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 Remove MIDI Configuration boilerplate (#11151) 2021-08-16 06:51:13 +10: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