summaryrefslogtreecommitdiff
path: root/keyboards/ristretto/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ristretto/config.h')
-rw-r--r--keyboards/ristretto/config.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/ristretto/config.h b/keyboards/ristretto/config.h
index 0aad014e02..290aad3ae7 100644
--- a/keyboards/ristretto/config.h
+++ b/keyboards/ristretto/config.h
@@ -16,11 +16,6 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-#define MATRIX_ROWS 4
-#define MATRIX_COLS 13
/* key matrix pins */
#define MATRIX_ROW_PINS { B1, B2, B3, D3 }
@@ -29,15 +24,8 @@
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
-
-#define ENCODERS_PAD_A { D4 }
-#define ENCODERS_PAD_B { D6 }
-#define ENCODER_RESOLUTION 4