summaryrefslogtreecommitdiff
path: root/keyboards/winry/winry315/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/winry/winry315/config.h')
-rw-r--r--keyboards/winry/winry315/config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/winry/winry315/config.h b/keyboards/winry/winry315/config.h
index 3d0921590e..5d195be432 100644
--- a/keyboards/winry/winry315/config.h
+++ b/keyboards/winry/winry315/config.h
@@ -3,19 +3,6 @@
#pragma once
-#include "config_common.h"
-
-// Key matrix size.
-#define MATRIX_ROWS 1
-#define MATRIX_COLS 24
-
-// Key pins (including encoder press switches).
-// The NO_PIN entries are reserved for encoder rotation mappings.
-#define DIRECT_PINS \
- { \
- { F4, C7, D4, D5, D1, F5, C6, D6, D3, D2, F6, B6, D7, B4, B5, B2, D0, E6, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN } \
- }
-
// clang-format off
// Encoder pins.
@@ -133,6 +120,3 @@
# define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#endif
-
-// Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed.
-#define DEBOUNCE 5