aboutsummaryrefslogtreecommitdiffstats
path: root/protocol/pjrc
AgeCommit message (Collapse)Author
2015-04-10Remove core library and build filesGravatar tmk
2015-01-26Fix call parameter of suspend_power_down()Gravatar Jun Wako
2015-01-03bluefruit, pjrc: Update protocols for new APIGravatar tmk
2014-11-24Fix endpoint buffer setting for AT90USB82/162.Gravatar tmk
2014-09-24Fix typo of variable nameGravatar tmk
2014-04-28Fix remotewakeup of PJRC stack(Fix #121)Gravatar tmk
- without this fix wakeup often fails - keyboard can wakeup once or twice but fails after that
2014-04-27NKRO is disable when SET_PROTOCOL(boot)Gravatar 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 availableGravatar tmk
- NKRO is used only when keyboard_protocol = 1(report)
2013-11-28Add ps2_usart.c and fix set_led at USB wakeGravatar tmk
2013-10-08Fix build error and debug print PJRC stack #69 #68Gravatar tmk
2013-07-28Add NKRO support for LUFAGravatar tmk
2013-05-27Fixes to sleep LED.Gravatar Mathias Andersson
Add help text. Add missing SLEEP_LED_ENABLE checks.
2013-04-13Fix USB DescriptorsGravatar tmk
2013-04-09Add new build options to adb_usbGravatar tmk
2013-03-27Add supsend and wakeup to pjrc stackGravatar tmk
2012-12-27Remove DEBUG_LED from pjrc stack.Gravatar tmk
2012-11-13Fix and keymap of hid_liber from alaricljs at geekhack.org.Gravatar tmk
2012-10-27Fix usage of debug flagGravatar tmk
2012-10-17Fix projects for new keycodesGravatar tmk
2012-10-17changes function name keyboard_proc to keyboard_taskGravatar tmk
2012-09-02usb_hid: Fix timer size uint16_t to uint32_t;Gravatar tmk
2012-06-30Fix bootloader.cGravatar tmk
2012-06-07Moved files to common, protocol and doc directoryGravatar tmk