summaryrefslogtreecommitdiffstats
path: root/keyboards/bolsa/damapad/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bolsa/damapad/config.h')
-rw-r--r--keyboards/bolsa/damapad/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/bolsa/damapad/config.h b/keyboards/bolsa/damapad/config.h
index 16c4006896..444f0de0e7 100644
--- a/keyboards/bolsa/damapad/config.h
+++ b/keyboards/bolsa/damapad/config.h
@@ -18,11 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 3
-#define MATRIX_COLS 6
/* key matrix pins */
#define MATRIX_ROW_PINS { E6, F7, C7 }
@@ -35,9 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ENCODERS_PAD_B { B3 }
#define ENCODER_RESOLUTION 2
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.