summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/lufa/lufa.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Always read two bytes from the endpoint if we have two bytes to readfauxpark1-5/+1
2019-01-12Fix Caps Lock LEDs once and for all (#4824)fauxpark1-9/+12
2018-12-05Only try to read the report ID from SetReport when the keyboard is part of th...fauxpark1-1/+1
2018-11-16Use a single endpoint for HID reports (#3951)James Laird-Wah1-42/+50
2018-09-13rgblight.[ch] more configurable (#3582)Takeshi ISHII1-0/+1
2018-03-22Generate API docs from source code comments (#2491)skullydazed1-6/+100
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo1-309/+29
2017-05-29Adafruit Feather BLE / BLE Friend mouse buttons supportPriyadi Iman Nurcahyo1-1/+1
2017-05-26Use variable to disable usb check at startupyiancar1-1/+1
2017-03-30Add RN42 Bluetooth module supportTravis La Marr1-1/+18
2017-03-28Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert1-5/+14
2017-03-24Add BLE and EZKey module defines.Travis La Marr1-4/+4
2017-03-24Readd bluetooth output direction on standard key input.Travis La Marr1-8/+10
2017-03-24Refactor Bluetooth HandlingTravis La Marr1-42/+35
2017-02-26Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young1-0/+4
2017-02-20implement modulationGabriel Young1-1/+1
2017-02-20initial implementation of polyphony using variable length array of notes onGabriel Young1-4/+9
2017-01-31Implement runtime selectable output (USB or BT)Priyadi Iman Nurcahyo1-69/+47
2016-12-29API Sysex fixesFred Sundvik1-10/+22
2016-12-19Fixes issue #900Wilba65821-1/+1
2016-12-05Merge pull request #921 from Wilba6582/raw_hidJack Humbert1-0/+94
2016-12-03Connect the adafruit ble code to the lufa main loopWez Furlong1-11/+71
2016-11-30Initial version of Raw HID interfaceWilba65821-0/+94
2016-11-26separated into api files/folderJack Humbert1-200/+3
2016-11-24rgblight fixesJack Humbert1-1/+1
2016-11-24travis plsJack Humbert1-47/+2
2016-11-24converted to new formatJack Humbert1-110/+181
2016-11-23converted to 8bit messagesJack Humbert1-51/+68
2016-11-22cleaning up mididJack Humbert1-1/+1
2016-11-22cleaning up new codeJack Humbert1-63/+27
2016-11-22working with helper, qmk_helper_windows@05b0105Jack Humbert1-0/+6
2016-11-21more structure to the packageJack Humbert1-19/+88
2016-11-19midi back and forthJack Humbert1-17/+45
2016-11-17rgb light through midiJack Humbert1-0/+96
2016-11-15animations, midi, etcJack Humbert1-2/+3
2016-11-14mostly workingJack Humbert1-3/+30
2016-09-07Use keyboard config for nkro (#7)IBNobody1-1/+8
2016-08-23move to ergodox-ez onlyJason Green1-1/+1
2016-08-23Added USB Virtual Serial supportJason Green1-0/+107
2016-06-11Makefile redo & other features (#395)Jack Humbert1-1/+4
2016-05-24updates midi in play_note to better octaveJack Humbert1-2/+2
2016-05-15updates midi functionality (#331)Jack Humbert1-1/+1
2016-04-17Fixed many compiler warnings related to print being disabledIBNobody1-11/+7
2016-01-20better integrationsJack Humbert1-2/+5
2015-10-27merging tmkJack Humbert1-0/+975
2015-09-20core: Fix for disabling NKRO in Boot protocoltmk1-5/+3
2015-09-20lufa: Fix endpoint bank mode for ATMega32u2tmk1-1/+4
2015-07-23core: Fix lufa suspend callback(#234)tmk1-1/+0
2015-05-22lufa: Fix console flush #223tmk1-1/+23
2015-05-18Add keyboard_setup() and matrix_setup()tmk1-2/+7