aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/pjrc/usb.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix remotewakeup of PJRC stack(Fix #121)tmk2014-04-281-0/+1
| | | | | - without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that
* NKRO is disable when SET_PROTOCOL(boot)tmk2014-04-271-0/+3
| | | | | - Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request
* Make NKRO deafult when it is availabletmk2014-04-271-8/+10
| | | | - NKRO is used only when keyboard_protocol = 1(report)
* Add ps2_usart.c and fix set_led at USB waketmk2013-11-281-1/+2
|
* Fix build error and debug print PJRC stack #69 #68tmk2013-10-081-0/+1
|
* Fixes to sleep LED.Mathias Andersson2013-05-271-0/+2
| | | | | Add help text. Add missing SLEEP_LED_ENABLE checks.
* Fix USB Descriptorstmk2013-04-131-0/+12
|
* Add new build options to adb_usbtmk2013-04-091-0/+1
|
* Add supsend and wakeup to pjrc stacktmk2013-03-271-3/+20
|
* Fix and keymap of hid_liber from alaricljs at geekhack.org.tmk2012-11-131-11/+11
|
* Moved files to common, protocol and doc directorytmk2012-06-071-0/+962