]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - protocol/usb_hid/README
usb_hid: Fix timer size uint16_t to uint32_t;
[tmk_firmware.git] / protocol / usb_hid / README
index 9750a1cc8d79b5eeb3dbfa6b0805ad6994069e8f..5d49cc8d20b2b94db1d9337a11ff88e8dbf13a0a 100644 (file)
@@ -26,3 +26,11 @@ You can see HID keyboard reports on debug output.
 Restriction and Bug
 -------------------
 Not statble yet.
+
+Can't bus-reset a keyboard which already attached on bus properly.
+    Slow start up of Leonardo's bootloader causes this?
+    Need to unplug/plug a keyboard after firmware starts up.
+    MAX3421E doesn't work SAMPLEBUS well to know whether device connected or not.
+
+Keyboard with other endpoints than boot keyboard may go wrong.
+    On my keyboard with mouse key the converter locks up when using mouse key function.