diff options
Diffstat (limited to 'keyboards/blaster75/config.h')
-rw-r--r-- | keyboards/blaster75/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/blaster75/config.h b/keyboards/blaster75/config.h index 7f17869ce5..006464da90 100644 --- a/keyboards/blaster75/config.h +++ b/keyboards/blaster75/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* Matrix Size */ #define MATRIX_ROWS 6 @@ -30,8 +29,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Diode Direction */ #define DIODE_DIRECTION COL2ROW - -/* Debounce Setting */ -#define DEBOUNCE 5 - - |