summaryrefslogtreecommitdiff
path: root/keyboards/edda/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/edda/config.h')
-rw-r--r--keyboards/edda/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/edda/config.h b/keyboards/edda/config.h
index 33030c2fb6..3e71d942d3 100644
--- a/keyboards/edda/config.h
+++ b/keyboards/edda/config.h
@@ -13,11 +13,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 5
-#define MATRIX_COLS 16
// ROWS: Top to bottom, COLS: Left to right
@@ -27,12 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* define if matrix has ghost */
-//#define MATRIX_HAS_GHOST
-
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
// Indicators
#define INDICATOR_PIN_0 B2
#define INDICATOR_PIN_1 B1