ibm4704_usb: Add Makefiles for TMK Converter
This commit is contained in:
parent
5c89d73755
commit
3730666b97
4 changed files with 29 additions and 5 deletions
|
|
@ -47,22 +47,35 @@ Keyboard Plug from front:
|
|||
|
||||
Connection
|
||||
----------
|
||||
In case of using ATMega32U4(Teensy2.0):
|
||||
In case of using ATMega32U4/U2
|
||||
|
||||
1. Supply power with VCC and GND.
|
||||
2. Connect CLOCK to PD1 and DATA to PD0. You can change pin with config.h.
|
||||
3. Optionally you may need pull-up register. 1KOhm probably work.
|
||||
|
||||
TMK Converter can supports IBM 4704.
|
||||
https://github.com/tmk/keyboard_converter
|
||||
|
||||
|
||||
Build Firmware
|
||||
--------------
|
||||
Just run `make`:
|
||||
|
||||
$ make
|
||||
$ make -f <makefile>
|
||||
|
||||
For TMK Converter rev.1 use `Makefile.tmk_rev1` as makefile:
|
||||
|
||||
$ make -f Makefile.tmk_rev1
|
||||
|
||||
For TMK Converter rev.2 use `Makefile.tmk_rev2` as makefile:
|
||||
|
||||
$ make -f Makefile.tmk_rev2
|
||||
|
||||
To select keymap:
|
||||
|
||||
$ make KEYMAP=[plain|...]
|
||||
$ make -f <makefile> KEYMAP=[plain|...]
|
||||
|
||||
To indentify your TMK Converter revision see [this](https://github.com/tmk/keyboard_converter#pcb-revisions).
|
||||
|
||||
|
||||
Keymap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue