Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- kick bootloader
- enable debug print
|
|
|
|
|
|
- stuck tap key after tapping. seq[mods(d), key(d), mods(u), key(u)]
- tap key doesn't work when fast type. [key(d), mods(d), key(u),
mods(u)]
|
|
|
|
|
|
|
|
|
|
http://deskthority.net/workshop-f7/tmk-keyboard-firmware-collection-t4478.html#p90022
|
|
|
|
|
|
|
|
- Fix keyboard_task() when matrix column size > 16
- Add clear_keyboard() in NKRO command to avoid stucking keys.
- Fix function name in print.c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix: add wait for Power down command
Add ifdef of MOUSEKEY_ENABLE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add LUFA boot mouse feature
- remove report_id from mouse report
- fix LUFA descriptor
|
|
|
|
|