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