summaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-10-09 05:20:03 +0200
committertmk <nobody@nowhere>2013-10-09 05:20:03 +0200
commit86082f90fa582e3b419dbd77228ff497b2ee56cf (patch)
tree604fbc7297d95f4596868d7d2d66c49b712cd6de /protocol
parente8e8f93bcf0cdc8d72d35662db5a1da4716762b8 (diff)
downloadqmk_firmware-86082f90fa582e3b419dbd77228ff497b2ee56cf.tar.gz
qmk_firmware-86082f90fa582e3b419dbd77228ff497b2ee56cf.tar.xz
Change ADB scan delay 12ms
Diffstat (limited to 'protocol')
-rw-r--r--protocol/adb.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/protocol/adb.c b/protocol/adb.c
index 155d223fe..f706255ad 100644
--- a/protocol/adb.c
+++ b/protocol/adb.c
@@ -85,9 +85,11 @@ bool adb_host_psw(void)
/*
* Don't call this in a row without the delay, otherwise it makes some of poor controllers
- * overloaded and misses strokes. Recommended delay is 16ms.
+ * overloaded and misses strokes. Recommended interval is 12ms.
*
- * Thanks a lot, blargg! <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
+ * Thanks a lot, blargg!
+ * <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
+ * <http://geekhack.org/index.php?topic=14290.msg1070139#msg1070139>
*/
uint16_t adb_host_kbd_recv(void)
{