Skip to content

Commit

Permalink
usb_usb: Restore LED state when plugging keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Oct 18, 2016
1 parent ec06a3f commit 5132607
Show file tree
Hide file tree
Showing 4 changed files with 1,592 additions and 1,565 deletions.
1 change: 1 addition & 0 deletions converter/usb_usb/Makefile.unimap
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
TARGET = usb_usb_unimap
UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes
#LUFA_DEBUG = yes
include Makefile
2 changes: 1 addition & 1 deletion converter/usb_usb/README
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ In case of Leonardo push reset button then run command. Serial port name(COM17)
Limitation
----------
Only supports 'HID Boot protocol'.
Not support keyboard LED yet.

Note that the converter can host only USB "boot protocol" keyboard(6KRO), not NKRO, it is possible to support NKRO keyboard but you will need to write HID report parser for that. Every NKRO keyboard can have different HID report and it is difficult to support all kind of NKRO keyboards in the market.

Expand All @@ -77,6 +76,7 @@ Update
------
2014/12/11 Added Hub support(confirmed with HHKB pro2)
2016/09/10 Unimap editor support
2016/10/18 Fix LED state at startup



Expand Down
Loading

0 comments on commit 5132607

Please sign in to comment.