changing debounce back to 5ms by default

to see how it works -- now testing with my original cherry blue
prototype board (with no case)
partial-rewrite
Ben Blazak 2014-06-16 15:34:50 -07:00
parent d384925813
commit 84fa10fb5f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
// firmware/main
// ----------------------------------------------------------------------------
#define OPT__DEBOUNCE_TIME 10
#define OPT__DEBOUNCE_TIME 5
// in milliseconds