summaryrefslogtreecommitdiff
path: root/keyboards/ano/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ano/config.h')
-rw-r--r--keyboards/ano/config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/keyboards/ano/config.h b/keyboards/ano/config.h
index 4fe23fb1c8..df6d076d5c 100644
--- a/keyboards/ano/config.h
+++ b/keyboards/ano/config.h
@@ -16,24 +16,11 @@
#pragma once
-/* key matrix size */
-#define MATRIX_ROWS 6
-#define MATRIX_COLS 18
-
#define MATRIX_ROW_PINS { A4, B14, B15, B9, B10, B11 }
#define MATRIX_COL_PINS { B0, B1, B2, B3, B4, B5, B6, B7, A5, A6, A7, A8, A15, A2, A1, A0, B8, B13 }
-
-#define ENCODERS_PAD_A { B12 }
-#define ENCODERS_PAD_B { A14 }
-#define ENCODER_RESOLUTION 2
-
#define DIODE_DIRECTION COL2ROW
-/* define if matrix has ghost */
-//#define MATRIX_HAS_GHOST
-
-
#define TAP_CODE_DELAY 10
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */