tmk_keyboard/converter/xt_usb
2018-09-23 13:56:28 +09:00
..
binary xt_usb: Update binary 2018-09-23 13:56:28 +09:00
config.h xt_usb: Clear flag before enabling interrupt 2018-03-14 21:32:22 +09:00
keymap.c xt_usb: Clean keymap and change scancode matrix 2018-04-25 02:13:41 +09:00
keymap_common.h xt_usb: Clean keymap and change scancode matrix 2018-04-25 02:13:41 +09:00
led.c Codes appear to be detected correctly, the break codes are broken. 2016-03-01 21:37:22 -08:00
Makefile xt_usb: Add unimap 2018-04-25 02:25:34 +09:00
Makefile.unimap xt_usb: Add unimap 2018-04-25 02:25:34 +09:00
matrix.c xt_usb: Fix scan code print for debug 2018-09-23 12:36:18 +09:00
README.md xt_usb: Update README 2018-04-25 02:57:29 +09:00
unimap.c xt_usb: Update binary 2018-04-25 02:38:14 +09:00
unimap_common.h xt_usb: Fix for reserved codes 2018-05-12 05:22:53 +09:00

XT to USB keyboard converter

This firmware converts XT keyboard protocol to USB.(It supports Scan Code Set 1.)

Connect Wires

  1. Connect Vcc and GND.
  2. Connect Clock and Data line. Clock is on PD1, Data on PD0 by default. And optionally you can use PB7 for Reset.(Compatible to Soarer's converter) To change pin configuration edit config.h.
  3. You need pull-up resistor. 1K-10K Ohm will be OK.

Build Firmware

Just run make:

$ make clean
$ make

To use your own keymap create keymap_<name>.c file and then:

$ make clean
$ make KEYMAP=<name>

After that you will find HEX file xt_usb.hex in current directory.

See wiki pages on github for further information. https://github.com/tmk/tmk_keyboard/wiki

XT keyboard protocol resource

https://github.com/tmk/tmk_keyboard/wiki/IBM-PC-XT-Keyboard-Protocol