Lower snake input debounce time.

This commit is contained in:
2023-09-25 22:21:51 +02:00
parent ac40b8ce27
commit 7a4448c852

View File

@@ -20,7 +20,7 @@
#ifdef DEBOUNCE_TIME
#undef DEBOUNCE_TIME
#endif
#define DEBOUNCE_TIME 300 // in ms
#define DEBOUNCE_TIME 250 // in ms
#define X_MAX 11
#define Y_MAX 11