Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-08 | Remove tentative files from blargg | ||
2013-11-08 | Disable BOOTMAGIC and fix debug prints of adb_usb | ||
2013-11-08 | Fix ADB led_set(); remove delay | ||
- 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-28 | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs | ||
2013-10-28 | Delete MOUSEKEY_DELAY_TIME in config.h | ||
2013-10-14 | Merge blargg's fix into adb.c | ||
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||
2013-10-11 | Add ADB protocol files from blargg's work | ||
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | |||
2013-10-09 | Change ADB scan delay 12ms | ||
2013-10-08 | Fix ADB missing keystrokes problem Thanks, blargg! #14 | ||
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919> | |||
2013-10-08 | Make LUFA stack as default for ADB converter | ||
2013-10-04 | Remove clear matrix on ADB recv error | ||
2013-09-25 | Change for default keymap of keymap editor | ||
2013-09-25 | Add build option KEYMAP_SECTION_ENABLE to m0110 | ||
2013-09-21 | Fix README of M0110 | ||
2013-09-21 | Change keymap and enable bootmagic of M0110 | ||
2013-09-20 | Change m0110 pin configuration: swap D0 and D1 | ||
2013-08-04 | Change Makefile and port setting | ||
- 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-23 | Add mechanical locking switch support for NumLock and ScrollLock | ||
2013-07-15 | Add compile conditional for assembler(xprintf) | ||
2013-06-22 | Add JIS layout to x68k | ||
2013-06-22 | Use serial_uart.c instead of x68k.c now | ||
2013-06-22 | Add LED support to x68k | ||
2013-06-22 | Add description of 'LED special function of X68000' | ||
2013-06-19 | Add legacy keymap support for x68k | ||
2013-05-21 | Fix deprecated 'prog_*' typedef - Issue #34 | ||
- 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-04 | Fix README of terminal converter | ||
2013-05-04 | Add support of Model F 122 terminal keyboard | ||
- change initialize of keyboard in matrix_scan() - keymap for 122 keys - Mafilefie and config.h for LUFA and PS/2 USART | |||
2013-04-18 | Fix build options for NEWS converter | ||
2013-04-13 | Remove common/controller_teensy.h | ||
2013-04-12 | Add new build options on m0110_usb | ||
2013-04-12 | Remove MATRIX_HAS_LOCKING_CAPS option | ||
2013-04-12 | Add m0116 keymap from tufty | ||
2013-04-09 | Add new build options to adb_usb | ||
2013-04-02 | Rename file layer_switch to action_layer | ||
2013-03-29 | Fix BOOTLOADER_SIZE setting | ||
2013-03-12 | Fix Locking CapsLock support in ADB converter | ||
2013-03-11 | Fix legacy keymap support | ||
- need to define USE_LEGACY_KEYMAP to use legacy keymap | |||
2013-03-05 | Fix keymap for new framework | ||
2013-02-25 | Fix keymap MACRO of pc98 adn hhkb | ||
2013-02-25 | Fix software serial configure | ||
2013-02-25 | Add serial_uart.c and use it for PC98 | ||
2013-02-24 | Inhibit repeating key of PC98 | ||
2013-02-24 | New keymap of PC98 | ||
2013-02-23 | Edit README of PC98 | ||
2013-02-22 | Add keymap for PC98 | ||
2013-02-22 | Quick Fix: read scan code from PC98 | ||
2013-02-22 | Add initial files for PC98 | ||
2013-02-03 | Support for ISO/JIS keys on ADB(Issue#22) | ||
- 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-12 | Add ADB extended keyboard support by blargg@GH. | ||
This offers distinction between left/right modifiers. | |||
2012-12-05 | Fix keymaps in README.(M0110) | ||