aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/vusb
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Atmega32A to pin declarations and universal matrix (#4015)Jack Humbert2018-11-021-4/+4
| | | | | | | | | | | | | | | | | | * add computed pins from mcu type * update for atmega32a * doc typo * add atmega16 chips, link to references * remove avr include from config * exclude assembler in config.h includes * consolodate options, add 646 * fix typo in pindef
* Loop based vusb_transfer_keyboardRasmus Schults2018-07-221-11/+16
|
* VUSB fix report dropping if usbInterruptIsReady() returns falseRasmus Schults2018-07-221-0/+3
|
* Fix V-USB bug on Windows 10Luiz Ribeiro2017-02-011-2/+2
|
* Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro2017-01-212-5/+23
|
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-233-5/+5
| | | | | | | | | | | | | | | | | | | | * redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-2/+2
| | | | | | * fixes from tmk's repo * rename keyboard to keyboards
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-1026-0/+8037