summaryrefslogtreecommitdiff
path: root/keyboards/sergiopoverony/creator_pro/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sergiopoverony/creator_pro/config.h')
-rw-r--r--keyboards/sergiopoverony/creator_pro/config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/sergiopoverony/creator_pro/config.h b/keyboards/sergiopoverony/creator_pro/config.h
index d83cc7c635..f1a5385a3c 100644
--- a/keyboards/sergiopoverony/creator_pro/config.h
+++ b/keyboards/sergiopoverony/creator_pro/config.h
@@ -15,26 +15,8 @@
*/
#pragma once
-#include "config_common.h"
-
-/* key matrix size pins */
-#define MATRIX_ROWS 1
-#define MATRIX_COLS 9
-#define DIRECT_PINS { \
- { D1, D4, C6, D7, \
- E6, \
- B2, B3, B1, F7 } \
-}
-
/*led layout indication pins*/
#define RED_LED D0
#define BLUE_LED B5
#define GREEN_LED B6
-
-/* encoder pins*/
-#define ENCODERS_PAD_A { D2 }
-#define ENCODERS_PAD_B { D3 }
-#define ENCODER_RESOLUTION 1
-
-