| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate API docs from source code comments (#2491) | skullydazed | 2018-03-22 | 2 | -6/+116 |
* | Fixed dead links (#2451) | Brian Choromanski | 2018-03-01 | 2 | -6/+6 |
* | Change the CDC_NOTIFICATION_EPSIZE back to 8 from 32 | Fred Sundvik | 2018-02-12 | 1 | -1/+1 |
* | Merge ChibiOS and LUFA descriptor support (#2362) | fredizzimo | 2018-02-08 | 14 | -1140/+653 |
* | Send usb wakeup through ChibiOS | Fred Sundvik | 2018-02-07 | 3 | -26/+2 |
* | Update ChibiOS to 17.6.3 | Fred Sundvik | 2018-02-07 | 1 | -6/+5 |
* | Update personal layouts, free up matrix_scan_user for JJ40 (#2319) | Kenneth Aloysius | 2018-02-02 | 1 | -1/+1 |
* | Adds serial number string to USB descriptors (#1996) | Jack Humbert | 2017-11-17 | 1 | -1/+17 |
* | Fix pointing device feature | Rob Rogers | 2017-10-31 | 2 | -1/+6 |
* | fix Logical Maximum to be recognized as 255 instead of -1 | Takayuki Matsubara | 2017-10-31 | 1 | -1/+1 |
* | Added BLE support for USB-USB converter. (#1824) | Benjamin Dengler | 2017-10-15 | 1 | -0/+3 |
* | Add option to reverse PS2 mouse axes and scrolling | Jesper Brix Rosenkilde | 2017-10-10 | 1 | -0/+12 |
* | Clueboard 60% support (#1746) | skullydazed | 2017-09-29 | 2 | -22/+31 |
* | Force Raw HID interface number to 1 always (#1669) | Wilba6582 | 2017-09-06 | 1 | -10/+13 |
* | Add compile error if too many endpoints are defined for the ATmega32U4. | Joe Wasson | 2017-08-20 | 1 | -1/+2 |
* | cleanup usb-usb converter code | Balz Guenat | 2017-08-15 | 1 | -1/+0 |
* | some major steps toward making the usb-usb converter work | Balz Guenat | 2017-08-15 | 5 | -22/+47 |
* | update lufa implementation | Jack Humbert | 2017-07-07 | 3 | -7/+8 |
* | delete old lufa | Jack Humbert | 2017-07-07 | 525 | -101214/+0 |
* | Adafruit Feather BLE / BLE Friend mouse buttons support | Priyadi Iman Nurcahyo | 2017-05-29 | 3 | -3/+21 |
* | Merge pull request #1327 from Dbroqua/master | Jack Humbert | 2017-05-26 | 1 | -14/+15 |
|\ |
|
| * | - Added integration of IBM Trackpoint | dbroqua | 2017-05-26 | 1 | -14/+15 |
* | | Use variable to disable usb check at startup | yiancar | 2017-05-26 | 1 | -1/+1 |
|/ |
|
* | Add RN42 Bluetooth module support | Travis La Marr | 2017-03-29 | 3 | -2/+38 |
* | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | Jack Humbert | 2017-03-28 | 2 | -6/+15 |
|\ |
|
| * | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | 2017-02-25 | 1 | -0/+4 |
| * | implement modulation | Gabriel Young | 2017-02-19 | 1 | -1/+1 |
| * | initial implementation of polyphony using variable length array of notes on | Gabriel Young | 2017-02-19 | 2 | -5/+10 |
* | | Add BLE and EZKey module defines. | Travis La Marr | 2017-03-24 | 1 | -4/+4 |
* | | Readd bluetooth output direction on standard key input. | Travis La Marr | 2017-03-24 | 1 | -8/+10 |
* | | Refactor Bluetooth Handling | Travis La Marr | 2017-03-24 | 5 | -51/+49 |
|/ |
|
* | Supress warnings from ps2_mouse.h | Priyadi Iman Nurcahyo | 2017-02-12 | 1 | -2/+3 |
* | Merge pull request #1062 from luizribeiro/fix-win | Jack Humbert | 2017-02-07 | 1 | -2/+2 |
|\ |
|
| * | Fix V-USB bug on Windows 10 | Luiz Ribeiro | 2017-02-01 | 1 | -2/+2 |
* | | Fix wrong include | Priyadi Iman Nurcahyo | 2017-02-01 | 1 | -1/+1 |
* | | Limit outputselect to AVR only for now | Priyadi Iman Nurcahyo | 2017-02-01 | 3 | -2/+2 |
* | | Move outputselect to parent dir to satisfy non LUFA keyboards | Priyadi Iman Nurcahyo | 2017-02-01 | 2 | -0/+0 |
* | | Implement runtime selectable output (USB or BT) | Priyadi Iman Nurcahyo | 2017-02-01 | 4 | -69/+145 |
|/ |
|
* | Simplified and polished a bit the code changes on tmk_core | Luiz Ribeiro | 2017-01-21 | 1 | -2/+2 |
* | Got ps2avrGB to work with the V-USB protocol | Luiz Ribeiro | 2017-01-21 | 3 | -8/+27 |
* | API Sysex fixes | Fred Sundvik | 2016-12-29 | 2 | -11/+25 |
* | Fixes issue #900 | Wilba6582 | 2016-12-20 | 2 | -4/+4 |
* | Allow power consumption to be set per-keyboard. | Kyle Smith | 2016-12-14 | 1 | -1/+4 |
* | Allow negative values for mouse movements | Priyadi Iman Nurcahyo | 2016-12-10 | 1 | -1/+1 |
* | Merge pull request #921 from Wilba6582/raw_hid | Jack Humbert | 2016-12-05 | 3 | -8/+208 |
|\ |
|
| * | Initial version of Raw HID interface | Wilba6582 | 2016-12-01 | 3 | -8/+208 |
* | | syntax error fix | Priyadi Iman Nurcahyo | 2016-12-05 | 1 | -1/+1 |
* | | Implemented weak ps2_mouse_init_user() | Priyadi Iman Nurcahyo | 2016-12-05 | 2 | -47/+56 |
* | | Merge pull request #931 from OferPlesser/feature/improve-ps2-mouse | Jack Humbert | 2016-12-03 | 2 | -164/+289 |
|\ \ |
|
| * | | Forgot to use define in delay instead of hardcoded number | Ofer Plesser | 2016-12-03 | 1 | -1/+1 |