Delete Debounce delay which is 5 in default

This commit is contained in:
lalalademaxiya1 2023-04-22 15:23:33 +08:00
parent b69f992633
commit eae897fee1

View File

@ -16,9 +16,6 @@
#pragma once
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5
/* DIP switch */
#define DIP_SWITCH_MATRIX_GRID { { 5, 4 } }
#define SCAN_COUNT_MAX 100