tmk_keyboard/converter/xt_usb
tmk 2173767a78 Remove INTERRUPT_CONTROL_ENDPOINT from converters
The LUFA feature can prevent converter's ISR from handing signal instantly.
The interrupt can block a while for Standard Device Requests and 500-1000us
for keyboard LED report.
2020-05-08 22:39:55 +09:00
..
binary xt_usb: Fix */PrtSc key issue #552 2018-10-06 22:37:16 +09:00
config.h xt_usb: Clear flag before enabling interrupt 2018-03-14 21:32:22 +09:00
keymap.c xt_usb: Fix */PrtSc key issue #552 2018-10-06 22:37:16 +09:00
keymap_common.h xt_usb: Fix */PrtSc key issue #552 2018-10-06 22:37:16 +09:00
led.c Codes appear to be detected correctly, the break codes are broken. 2016-03-01 21:37:22 -08:00
Makefile Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
Makefile.unimap xt_usb: Add unimap 2018-04-25 02:25:34 +09:00
matrix.c xt_usb: Fix */PrtSc key issue #552 2018-10-06 22:37:16 +09:00
README.md xt_usb: Update README 2018-04-25 02:57:29 +09:00
unimap.c xt_usb: Fix */PrtSc key issue #552 2018-10-06 22:37:16 +09:00
unimap_common.h xt_usb: Fix */PrtSc key issue #552 2018-10-06 22:37:16 +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