aboutsummaryrefslogtreecommitdiffstats
path: root/converter/pc98_usb
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-211-1/+1
| | | | | | | | | - Remove prog_char from xpritnf - Remove prog_macro_t from acton_macro avr-libc-1.8 removed 'prog_*' typedef because the usage of the __progmem__ attribute on a type is not supported in GCC. http://www.nongnu.org/avr-libc/changes-1.8.html
* Rename file layer_switch to action_layertmk2013-04-022-27/+9
|
* Fix BOOTLOADER_SIZE settingtmk2013-03-291-1/+1
|
* Fix legacy keymap supporttmk2013-03-111-3/+0
| | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
* Fix keymap for new frameworktmk2013-03-051-1/+1
|
* Fix keymap MACRO of pc98 adn hhkbtmk2013-02-251-6/+58
|
* Fix software serial configuretmk2013-02-251-20/+3
|
* Add serial_uart.c and use it for PC98tmk2013-02-254-92/+81
|
* Inhibit repeating key of PC98tmk2013-02-241-6/+54
|
* New keymap of PC98tmk2013-02-243-92/+90
|
* Edit README of PC98tmk2013-02-231-58/+44
|
* Add keymap for PC98tmk2013-02-223-141/+122
|
* Quick Fix: read scan code from PC98tmk2013-02-222-3/+12
|
* Add initial files for PC98tmk2013-02-227-0/+703