summaryrefslogtreecommitdiffstats
path: root/converter
AgeCommit message (Collapse)AuthorFilesLines
2013-11-25Fix Makfile and config.h for LUFA in ps2_usbtmk2-55/+79
2013-11-07Remove tentative files from blarggtmk3-385/+0
2013-11-07Disable BOOTMAGIC and fix debug prints of adb_usbtmk2-6/+6
2013-11-07Fix ADB led_set(); remove delaytmk1-2/+0
- the 100ms delay causes keystroke drop; this is observable with pressing Numlock key on AEK repeatedly - without the delay LED sync problem doesn't occur now
2013-10-28Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgstmk1-0/+4
2013-10-28Delete MOUSEKEY_DELAY_TIME in config.htmk3-18/+0
2013-10-14Merge blargg's fix into adb.ctmk2-1/+11
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
2013-10-11Add ADB protocol files from blargg's worktmk3-0/+385
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
2013-10-09Change ADB scan delay 12mstmk1-1/+1
2013-10-08Fix ADB missing keystrokes problem Thanks, blargg! #14tmk1-0/+1
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
2013-10-08Make LUFA stack as default for ADB convertertmk3-151/+151
2013-10-04Remove clear matrix on ADB recv errortmk1-3/+1
2013-09-25Change for default keymap of keymap editortmk1-9/+46
2013-09-25Add build option KEYMAP_SECTION_ENABLE to m0110tmk1-0/+1
2013-09-21Fix README of M0110tmk3-64/+64
2013-09-21Change keymap and enable bootmagic of M0110tmk3-59/+49
2013-09-19Change m0110 pin configuration: swap D0 and D1tmk1-2/+2
2013-08-04Change Makefile and port settingtmk6-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
2013-07-23Add mechanical locking switch support for NumLock and ScrollLocktmk3-13/+13
2013-07-15Add compile conditional for assembler(xprintf)tmk1-0/+2
2013-06-21Add JIS layout to x68ktmk1-5/+15
2013-06-21Use serial_uart.c instead of x68k.c nowtmk4-26/+13
2013-06-21Add LED support to x68ktmk3-12/+55
2013-06-21Add description of 'LED special function of X68000'tmk1-0/+22
2013-06-19Add legacy keymap support for x68ktmk1-0/+2
2013-05-21Fix deprecated 'prog_*' typedef - Issue #34tmk1-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
2013-05-04Fix README of terminal convertertmk1-25/+15
2013-05-04Add support of Model F 122 terminal keyboardtmk9-480/+338
- change initialize of keyboard in matrix_scan() - keymap for 122 keys - Mafilefie and config.h for LUFA and PS/2 USART
2013-04-18Fix build options for NEWS convertertmk3-6/+20
2013-04-13Remove common/controller_teensy.htmk7-15/+0
2013-04-12Add new build options on m0110_usbtmk4-45/+36
2013-04-12Remove MATRIX_HAS_LOCKING_CAPS optiontmk1-2/+0
2013-04-12Add m0116 keymap from tuftytmk1-24/+61
2013-04-09Add new build options to adb_usbtmk4-5/+147
2013-04-02Rename file layer_switch to action_layertmk2-27/+9
2013-03-29Fix BOOTLOADER_SIZE settingtmk6-14/+5
2013-03-12Fix Locking CapsLock support in ADB convertertmk4-36/+15
2013-03-11Fix legacy keymap supporttmk2-5/+12
- need to define USE_LEGACY_KEYMAP to use legacy keymap
2013-03-05Fix keymap for new frameworktmk5-9/+101
2013-02-25Fix keymap MACRO of pc98 adn hhkbtmk1-6/+58
2013-02-25Fix software serial configuretmk2-51/+40
2013-02-24Add serial_uart.c and use it for PC98tmk4-92/+81
2013-02-24Inhibit repeating key of PC98tmk1-6/+54
2013-02-24New keymap of PC98tmk3-92/+90
2013-02-22Edit README of PC98tmk1-58/+44
2013-02-22Add keymap for PC98tmk3-141/+122
2013-02-22Quick Fix: read scan code from PC98tmk2-3/+12
2013-02-22Add initial files for PC98tmk7-0/+703
2013-02-03Support for ISO/JIS keys on ADB(Issue#22)tmk1-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.
2012-12-12Add ADB extended keyboard support by blargg@GH.tmk1-3/+3
This offers distinction between left/right modifiers.