aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol
Commit message (Expand)AuthorAgeFilesLines
* Add a custom USB driver for ARM (#2750)fredizzimo2018-04-154-42/+729
* Tabs to spaces in usb_descriptor.hfauxpark2018-04-111-17/+17
* Generate API docs from source code comments (#2491)skullydazed2018-03-222-6/+116
* Fixed dead links (#2451)Brian Choromanski2018-03-012-6/+6
* Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32Fred Sundvik2018-02-121-1/+1
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-0814-1140/+653
* Send usb wakeup through ChibiOSFred Sundvik2018-02-073-26/+2
* Update ChibiOS to 17.6.3Fred Sundvik2018-02-071-6/+5
* Update personal layouts, free up matrix_scan_user for JJ40 (#2319)Kenneth Aloysius2018-02-021-1/+1
* Adds serial number string to USB descriptors (#1996)Jack Humbert2017-11-171-1/+17
* Fix pointing device featureRob Rogers2017-10-312-1/+6
* fix Logical Maximum to be recognized as 255 instead of -1Takayuki Matsubara2017-10-311-1/+1
* Added BLE support for USB-USB converter. (#1824)Benjamin Dengler2017-10-151-0/+3
* Add option to reverse PS2 mouse axes and scrollingJesper Brix Rosenkilde2017-10-101-0/+12
* Clueboard 60% support (#1746)skullydazed2017-09-292-22/+31
* Force Raw HID interface number to 1 always (#1669)Wilba65822017-09-061-10/+13
* Add compile error if too many endpoints are defined for the ATmega32U4.Joe Wasson2017-08-201-1/+2
* cleanup usb-usb converter codeBalz Guenat2017-08-151-1/+0
* some major steps toward making the usb-usb converter workBalz Guenat2017-08-155-22/+47
* update lufa implementationJack Humbert2017-07-073-7/+8
* delete old lufaJack Humbert2017-07-07525-101214/+0
* Adafruit Feather BLE / BLE Friend mouse buttons supportPriyadi Iman Nurcahyo2017-05-293-3/+21
* Merge pull request #1327 from Dbroqua/masterJack Humbert2017-05-261-14/+15
|\
| * - Added integration of IBM Trackpointdbroqua2017-05-261-14/+15
* | Use variable to disable usb check at startupyiancar2017-05-261-1/+1
|/
* Add RN42 Bluetooth module supportTravis La Marr2017-03-293-2/+38
* Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-282-6/+15
|\
| * Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-251-0/+4
| * implement modulationGabriel Young2017-02-191-1/+1
| * initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-192-5/+10
* | Add BLE and EZKey module defines.Travis La Marr2017-03-241-4/+4
* | Readd bluetooth output direction on standard key input.Travis La Marr2017-03-241-8/+10
* | Refactor Bluetooth HandlingTravis La Marr2017-03-245-51/+49
|/
* Supress warnings from ps2_mouse.hPriyadi Iman Nurcahyo2017-02-121-2/+3
* Merge pull request #1062 from luizribeiro/fix-winJack Humbert2017-02-071-2/+2
|\
| * Fix V-USB bug on Windows 10Luiz Ribeiro2017-02-011-2/+2
* | Fix wrong includePriyadi Iman Nurcahyo2017-02-011-1/+1
* | Limit outputselect to AVR only for nowPriyadi Iman Nurcahyo2017-02-013-2/+2
* | Move outputselect to parent dir to satisfy non LUFA keyboardsPriyadi Iman Nurcahyo2017-02-012-0/+0
* | Implement runtime selectable output (USB or BT)Priyadi Iman Nurcahyo2017-02-014-69/+145
|/
* Simplified and polished a bit the code changes on tmk_coreLuiz Ribeiro2017-01-211-2/+2
* Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro2017-01-213-8/+27
* API Sysex fixesFred Sundvik2016-12-292-11/+25
* Fixes issue #900Wilba65822016-12-202-4/+4
* Allow power consumption to be set per-keyboard.Kyle Smith2016-12-141-1/+4
* Allow negative values for mouse movementsPriyadi Iman Nurcahyo2016-12-101-1/+1
* Merge pull request #921 from Wilba6582/raw_hidJack Humbert2016-12-053-8/+208
|\
| * Initial version of Raw HID interfaceWilba65822016-12-013-8/+208
* | syntax error fixPriyadi Iman Nurcahyo2016-12-051-1/+1
* | Implemented weak ps2_mouse_init_user()Priyadi Iman Nurcahyo2016-12-052-47/+56