aboutsummaryrefslogtreecommitdiffstats
path: root/converter
Commit message (Collapse)AuthorAgeFilesLines
* Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgstmk2013-10-281-0/+4
|
* Delete MOUSEKEY_DELAY_TIME in config.htmk2013-10-283-18/+0
|
* Merge blargg's fix into adb.ctmk2013-10-142-1/+11
| | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
* Add ADB protocol files from blargg's worktmk2013-10-113-0/+385
| | | | - <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
* Change ADB scan delay 12mstmk2013-10-091-1/+1
|
* Fix ADB missing keystrokes problem Thanks, blargg! #14tmk2013-10-081-0/+1
| | | | | - Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
* Make LUFA stack as default for ADB convertertmk2013-10-083-151/+151
|
* Remove clear matrix on ADB recv errortmk2013-10-041-3/+1
|
* Change for default keymap of keymap editortmk2013-09-251-9/+46
|
* Add build option KEYMAP_SECTION_ENABLE to m0110tmk2013-09-251-0/+1
|
* Fix README of M0110tmk2013-09-213-64/+64
|
* Change keymap and enable bootmagic of M0110tmk2013-09-213-59/+49
|
* Change m0110 pin configuration: swap D0 and D1tmk2013-09-201-2/+2
|
* Change Makefile and port settingtmk2013-08-046-116/+76
| | | | | | - Makefile use LUFA now - Change MCU ports PF{0,1} to PD{0,1} - Add build option for keymap to Makefile: make keymap=hasu
* Add mechanical locking switch support for NumLock and ScrollLocktmk2013-07-233-13/+13
|
* Add compile conditional for assembler(xprintf)tmk2013-07-151-0/+2
|
* Add JIS layout to x68ktmk2013-06-221-5/+15
|
* Use serial_uart.c instead of x68k.c nowtmk2013-06-224-26/+13
|
* Add LED support to x68ktmk2013-06-223-12/+55
|
* Add description of 'LED special function of X68000'tmk2013-06-221-0/+22
|
* Add legacy keymap support for x68ktmk2013-06-191-0/+2
|
* 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
* Fix README of terminal convertertmk2013-05-041-25/+15
|
* Add support of Model F 122 terminal keyboardtmk2013-05-049-480/+338
| | | | | | - change initialize of keyboard in matrix_scan() - keymap for 122 keys - Mafilefie and config.h for LUFA and PS/2 USART
* Fix build options for NEWS convertertmk2013-04-183-6/+20
|
* Remove common/controller_teensy.htmk2013-04-137-15/+0
|
* Add new build options on m0110_usbtmk2013-04-124-45/+36
|
* Remove MATRIX_HAS_LOCKING_CAPS optiontmk2013-04-121-2/+0
|
* Add m0116 keymap from tuftytmk2013-04-121-24/+61
|
* Add new build options to adb_usbtmk2013-04-094-5/+147
|
* Rename file layer_switch to action_layertmk2013-04-022-27/+9
|
* Fix BOOTLOADER_SIZE settingtmk2013-03-296-14/+5
|
* Fix Locking CapsLock support in ADB convertertmk2013-03-124-36/+15
|
* Fix legacy keymap supporttmk2013-03-112-5/+12
| | | | - need to define USE_LEGACY_KEYMAP to use legacy keymap
* Fix keymap for new frameworktmk2013-03-055-9/+101
|
* Fix keymap MACRO of pc98 adn hhkbtmk2013-02-251-6/+58
|
* Fix software serial configuretmk2013-02-252-51/+40
|
* 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
|
* Support for ISO/JIS keys on ADB(Issue#22)tmk2013-02-031-16/+64
| | | | | | | - ISO/JIS specific keys support.(Not tested :) - Learned how to convert ADB into HID code from: http://www.opensource.apple.com/source/IOHIDFamily/IOHIDFamily-421.18.3/IOHIDFamily/Cosmo_USB2ADB.c - Left of 1 key generates 0x0A(ADB scan code) on German layout AEKII.
* Add ADB extended keyboard support by blargg@GH.tmk2012-12-121-3/+3
| | | | This offers distinction between left/right modifiers.
* Fix keymaps in README.(M0110)tmk2012-12-051-35/+36
|
* Fix keymap and build option.(M0110)tmk2012-12-052-104/+84
|
* Add keymap file for Hasu.tmk2012-12-052-0/+259
|
* Change keymap.(M0110)tmk2012-12-052-18/+18
|