summaryrefslogtreecommitdiff
path: root/keyboards/clickety_split/leeloo/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/clickety_split/leeloo/rev1/config.h')
-rw-r--r--keyboards/clickety_split/leeloo/rev1/config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/clickety_split/leeloo/rev1/config.h b/keyboards/clickety_split/leeloo/rev1/config.h
index 88bab4ca98..b309fa210b 100644
--- a/keyboards/clickety_split/leeloo/rev1/config.h
+++ b/keyboards/clickety_split/leeloo/rev1/config.h
@@ -17,33 +17,15 @@
#pragma once
-#include "config_common.h"
-
-/* key matrix size */
-// Rows are doubled-up
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 6
// wiring of each half
#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
#define DIODE_DIRECTION COL2ROW
-/* communication between sides */
-#define SOFT_SERIAL_PIN D2
-
/* define tapping term */
#define TAPPING_TERM 100
-/* Set 0 if debouncing isn't needed */
-#define DEBOUNCE 5
-
-/* encoder support */
-#define ENCODERS_PAD_A { F5 }
-#define ENCODERS_PAD_B { F4 }
-#define ENCODERS_PAD_A_RIGHT { F4 }
-#define ENCODERS_PAD_B_RIGHT { F5 }
-
/* disable action features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING