aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/pjrc
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-272-1/+4
| | | | | - 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-273-17/+14
| | | | - 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-082-0/+4
|
* Add NKRO support for LUFAtmk2013-07-281-10/+3
|
* 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-272-8/+32
|
* Remove DEBUG_LED from pjrc stack.tmk2012-12-271-3/+0
|
* Fix and keymap of hid_liber from alaricljs at geekhack.org.tmk2012-11-131-11/+11
|
* Fix usage of debug flagtmk2012-10-271-27/+0
|
* Fix projects for new keycodestmk2012-10-171-1/+1
|
* changes function name keyboard_proc to keyboard_tasktmk2012-10-171-1/+1
|
* usb_hid: Fix timer size uint16_t to uint32_t;tmk2012-09-021-6/+0
|
* Fix bootloader.ctmk2012-06-301-40/+0
|
* Moved files to common, protocol and doc directorytmk2012-06-0714-0/+1891