summaryrefslogtreecommitdiff
path: root/protocol
AgeCommit message (Collapse)Author
2014-07-30Add LED indicator support in mbedtmk
2014-07-30Port ps2_usb to mbedtmk
2014-07-30Fix build files for mbedtmk
2014-07-21Just ignore ADB Service Requesttmk
- to support Adjustable keyboard(composite device?)
2014-07-20Fix NKRO code when NKRO is disabletmk
2014-06-15Fix debug print of ps2_mousetmk
2014-04-29Fix set LED for NKRO keyboard interfacetmk
2014-04-29Unused endpoint of console OUT is commentout'dtmk
2014-04-28Fix remotewakeup of PJRC stack(Fix #121)tmk
- without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that
2014-04-28Check if LUFA-git really exists(Fix #118)tmk
2014-04-27NKRO is disable when SET_PROTOCOL(boot)tmk
- Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request
2014-04-27Make NKRO deafult when it is availabletmk
- NKRO is used only when keyboard_protocol = 1(report)
2014-04-25Add LUFA git repository(release 140302)tmk
2014-04-25Move macro definitions from lufa.c to lufa.htmk
2014-04-24Change LUFA build optionstmk
2014-04-22Return when ready check loop is timeouted(Fix #115)tmk
2014-04-21Change PollingIntervalMS to 10ms(Fix #114)tmk
2014-02-10Add doc 4704.txt and protocol commenttmk
2014-02-10Change error no and clean debug codetmk
2014-02-09Add Initial files of 4704_usbtmk
2014-01-06Added NeXT keyboard converterBenjamin Gould
2013-11-27Merge pull request #81 from bgould/mastertmk
Add support for Adafruit's Bluefruit
2013-11-28Add included header file and fix debug printtmk
2013-11-28Add ps2_interrupt.ctmk
2013-11-28Add ps2_usart.c and fix set_led at USB waketmk
2013-11-27changed tabs to spaces in bluefruit.cBenjamin Gould
2013-11-27Added bluefruit protocol and converter for 70% MBenjamin Gould
2013-11-26Fix ps2_host_recv_responsetmk
2013-11-25Add ps2_busywait.c and recfactor PS/2 protocoltmk
2013-11-21Merge branch 'ps2_mouse_fix'tmk
2013-11-21Fix PS/2 USART versiontmk
2013-11-21Fix interrupt version of ps2.ctmk
2013-11-20Add build options of ps2_mousetmk
2013-11-20Fix to build ps2_mouse with both LUFA and PJRCtmk
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
2013-11-19Fix delay of PS/2 mouse inittmk
2013-11-19Wait for USB starting up to make debug print availabletmk
2013-11-08Add cli() to protoect ADB critical timing parttmk
2013-11-02Fix PS/2 mouse supporttmk
2013-11-02Tweak time values of busywait PS/2tmk
2013-10-14Merge blargg's fix into adb.ctmk
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
2013-10-09Change ADB scan delay 12mstmk
2013-10-08Fix ADB missing keystrokes problem Thanks, blargg! #14tmk
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
2013-10-08Fix build error and debug print PJRC stack #69 #68tmk
2013-10-04Remove clear matrix on ADB recv errortmk
2013-09-25Merge branch 'm0110_keymap_section'tmk
2013-09-25Add M0120 scan code diagramtmk
2013-09-25Fix LUFA blocking during startuptmk
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
2013-09-21Fix USB initilaize on LUFAtmk
- 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-21Remove procedures not neeed from init of M0110tmk
2013-07-28Add NKRO support for LUFAtmk