Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-08 | Add cli() to protoect ADB critical timing part | tmk | |
2013-10-14 | Merge blargg's fix into adb.c | tmk | |
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||
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 | Fix build error and debug print PJRC stack #69 #68 | tmk | |
2013-10-04 | Remove clear matrix on ADB recv error | tmk | |
2013-09-25 | Merge branch 'm0110_keymap_section' | tmk | |
2013-09-25 | Add M0120 scan code diagram | tmk | |
2013-09-25 | Fix LUFA blocking during startup | tmk | |
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT | |||
2013-09-21 | Fix USB initilaize on LUFA | tmk | |
- Add print messages of USB intialize procesure. - call out sei() in earlier stage. LUFA API doc of USB_Init() says: interrupts must be enabled within 500ms ... to ensure that the host does not time out whilst enumerating the device - remove matrix_init() from suspend_wakeup_init(). It is not needed in fact and if matrix_init() takes long time to initialize it prevents host emnumerating the device. | |||
2013-09-21 | Remove procedures not neeed from init of M0110 | tmk | |
2013-07-28 | Add NKRO support for LUFA | tmk | |
2013-06-22 | Use serial_uart.c instead of x68k.c now | tmk | |
2013-06-22 | Add LED support to x68k | tmk | |
2013-05-27 | Fixes to sleep LED. | Mathias Andersson | |
Add help text. Add missing SLEEP_LED_ENABLE checks. | |||
2013-05-04 | Increase buffer size of PS2 protocol | tmk | |
2013-04-22 | Fix doc and descriptor of iwrap | tmk | |
2013-04-22 | Add vusb support to iwrap | tmk | |
2013-04-20 | Add support of mouse horizontal wheel to iWRAP | tmk | |
2013-04-19 | Rescue script from iWRAP MUX mode stuck | tmk | |
2013-04-18 | Add support of iWRAP5 | tmk | |
- mouse virtical wheel - consumer page | |||
2013-04-13 | Fix LUFA host driver for unconfigured state | tmk | |
2013-04-13 | Fix USB Descriptors | tmk | |
2013-04-09 | Remove debug line from adb.c | tmk | |
2013-04-09 | Add new build options to adb_usb | tmk | |
2013-04-09 | Fix ADB protocol issue #14 | tmk | |
2013-04-09 | Fix comment of ADB signaling. | tmk | |
2013-03-27 | Add supsend and wakeup to pjrc stack | tmk | |
2013-03-16 | Add breathing sleep LED during USB suspend | tmk | |
2013-03-14 | Add power down mode sleep and watchdog interrupt | tmk | |
2013-03-13 | Add intial code of RemoteWakeUp | tmk | |
2013-03-11 | Rename HOST_* to PROTOCOL_* in protocol/*.mk | tmk | |
2013-03-09 | Add bootmagic.c and fix bootloader_jump | tmk | |
2013-03-05 | Fix keymap for new framework | tmk | |
2013-02-25 | Fix software serial configure | tmk | |
2013-02-25 | Add serial_uart.c and use it for PC98 | tmk | |
2013-02-25 | Add parity option in serial_soft.c | tmk | |
2013-02-23 | Fix debug code of serial_soft.c | tmk | |
2013-02-22 | Fix softwere serial | tmk | |
2013-02-22 | Quick Fix: read scan code from PC98 | tmk | |
2013-02-22 | Add initial files for PC98 | tmk | |
2013-02-11 | Now includes LUFA-120730 in repository | tmk | |
2013-02-11 | Add support for LUFA-120730 | tmk | |
2013-02-10 | Merge branch 'gh60' | 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-27 | Remove DEBUG_LED from pjrc stack. | tmk | |
2012-12-12 | Add ADB extended keyboard support by blargg@GH. | tmk | |
This offers distinction between left/right modifiers. | |||
2012-12-05 | Fix debug pirnt and magic key.(M0110) | tmk | |
2012-11-15 | Fix Sony NEWS pinouts in comment | tmk | |
2012-11-13 | Fix and keymap of hid_liber from alaricljs at geekhack.org. | tmk | |