projects
/
kiibohd-controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cbfe53
)
Fixing USB NKRO key buffer bug
author
Jacob Alexander
<haata@kiibohd.com>
Fri, 3 Oct 2014 02:29:56 +0000
(19:29 -0700)
committer
Jacob Alexander
<haata@kiibohd.com>
Fri, 3 Oct 2014 02:29:56 +0000
(19:29 -0700)
- Missing a byte in the array
Output/pjrcUSB/output_com.h
patch
|
blob
|
history
diff --git
a/Output/pjrcUSB/output_com.h
b/Output/pjrcUSB/output_com.h
index 5d7a1d4a644b80b486677f66f02dd99622f6e410..a1658f73e2d6786565e3af3b3868a13bd874d68a 100644
(file)
--- a/
Output/pjrcUSB/output_com.h
+++ b/
Output/pjrcUSB/output_com.h
@@
-36,7
+36,7
@@
// Max size of key buffer needed for NKRO
// Boot mode uses only the first 6 bytes
-#define USB_NKRO_BITFIELD_SIZE_KEYS 2
6
+#define USB_NKRO_BITFIELD_SIZE_KEYS 2
7
#define USB_BOOT_MAX_KEYS 6