summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/lufa/lufa.c
AgeCommit message (Collapse)Author
2015-10-27merging tmkJack Humbert
2015-09-20core: Fix for disabling NKRO in Boot protocoltmk
2015-09-20lufa: Fix endpoint bank mode for ATMega32u2tmk
2015-07-23core: Fix lufa suspend callback(#234)tmk
With matrix_power_down() in suspend event HHKB JP doesn't start up for some reason. It is unneeded in actual and removed.
2015-05-22lufa: Fix console flush #223tmk
Old console sent unneeded empty data every one milli sencond. After this fix console flushes endpoint data bank every 50ms only when needed.
2015-05-19Add keyboard_setup() and matrix_setup()tmk
2015-04-10Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk