summaryrefslogtreecommitdiff
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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/bolsa/damapad/config.h b/keyboards/bolsa/damapad/config.h
index 16c4006896..9342bd0283 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 }
@@ -31,13 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-#define ENCODERS_PAD_A { B2 }
-#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.