]> git.donarmstrong.com Git - qmk_firmware.git/commit
Fix Caps Lock LEDs once and for all (#4824)
authorfauxpark <fauxpark@gmail.com>
Sat, 12 Jan 2019 01:22:06 +0000 (12:22 +1100)
committerDrashna Jaelre <drashna@live.com>
Sat, 12 Jan 2019 01:22:05 +0000 (17:22 -0800)
commit2c4109394fa9ee71b10b8b2d3d1473a409d7003e
tree4f6ea100fa29543981051035e30147cd6d72dbd1
parentd9c5e5870efe730af52688b9a268927872f93eb7
Fix Caps Lock LEDs once and for all (#4824)

* Check the size of the SET_REPORT packet

If we have two bytes, that probably means the first is a report ID. The 6KRO interface may or may not have one, but the NKRO interface always does, so we need to check this regardless of whether KEYBOARD_SHARED_EP is defined.

* Fix indentation
tmk_core/protocol/lufa/lufa.c