]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
Add PC-8801 Keyboard support. (#620)
authorHaruka Inoue <yuno@tune.ocn.ne.jp>
Tue, 23 Jul 2019 01:14:59 +0000 (10:14 +0900)
committerhasu@tmk <tmk@users.noreply.github.com>
Tue, 23 Jul 2019 01:14:59 +0000 (10:14 +0900)
commit229693e687a912150e9ac17d1eb23032f2305470
tree742feb144fbe73b32a640659d39e9b71f890465c
parenta1711da93478ae1399dd54e2a9adbb22bb9f0ec3
Add PC-8801 Keyboard support. (#620)

* Add PC-8801 Keyboard support.

* Add PC-8801 Keyboard support.

* Add PC-8801 Keyboard support.
converter/pc88_usb/Makefile [new file with mode: 0644]
converter/pc88_usb/Makefile.32u4 [new file with mode: 0644]
converter/pc88_usb/Makefile.unimap [new file with mode: 0644]
converter/pc88_usb/Makefile.unimap.32u4 [new file with mode: 0644]
converter/pc88_usb/README [new file with mode: 0644]
converter/pc88_usb/config.h [new file with mode: 0644]
converter/pc88_usb/keymap.c [new file with mode: 0644]
converter/pc88_usb/matrix.c [new file with mode: 0644]
converter/pc88_usb/unimap.c [new file with mode: 0644]
converter/pc88_usb/unimap_trans.h [new file with mode: 0644]