added todo (keyboard debugging tip)

partial-rewrite
Ben Blazak 2014-03-24 22:14:20 -07:00
parent 3aec8246ea
commit faf96737a0
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
#define OPT__DEBOUNCE_TIME 5
// in milliseconds
// TODO: it should probably be noted in a separate document that sometimes
// changing this to a higher value, say 20, is a workaround to fix keys that
// seem to unexpectedly double-tap.
// ----------------------------------------------------------------------------