summaryrefslogtreecommitdiff
path: root/keyboards/handwired/daishi/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/daishi/config.h')
-rw-r--r--keyboards/handwired/daishi/config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/handwired/daishi/config.h b/keyboards/handwired/daishi/config.h
index e02c7c889c..1fefa56fc6 100644
--- a/keyboards/handwired/daishi/config.h
+++ b/keyboards/handwired/daishi/config.h
@@ -17,11 +17,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 7
-#define MATRIX_COLS 18
/*
* Keyboard Matrix Assignments
@@ -39,13 +34,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
-/* Set up rotary encoder */
-#define ENCODERS_PAD_A { F1 }
-#define ENCODERS_PAD_B { F0 }
-#define ENCODER_RESOLUTION 2
-
/* Set delay for tap_code on rotary encoder */
#define TAP_CODE_DELAY 10