aboutsummaryrefslogtreecommitdiff
path: root/keyboards/crkbd/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/config.h')
-rw-r--r--keyboards/crkbd/config.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/keyboards/crkbd/config.h b/keyboards/crkbd/config.h
index d7a347473..f354efbb4 100644
--- a/keyboards/crkbd/config.h
+++ b/keyboards/crkbd/config.h
@@ -21,20 +21,22 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
21#include "config_common.h" 21#include "config_common.h"
22 22
23/* USB Device descriptor parameter */ 23/* USB Device descriptor parameter */
24#define VENDOR_ID 0x4653 24#define VENDOR_ID 0x4653
25#define PRODUCT_ID 0x0001 25#define PRODUCT_ID 0x0001
26#define DEVICE_VER 0x0001 26#define DEVICE_VER 0x0001
27#define MANUFACTURER foostan 27#define MANUFACTURER foostan
28#define PRODUCT Corne 28#define PRODUCT Corne
29 29
30/* key matrix size */ 30/* key matrix size */
31// Rows are doubled-up 31// Rows are doubled-up
32#define MATRIX_ROWS 8 32#define MATRIX_ROWS 8
33#define MATRIX_COLS 6 33#define MATRIX_COLS 6
34#define MATRIX_ROW_PINS { D4, C6, D7, E6 } 34#define MATRIX_ROW_PINS \
35 { D4, C6, D7, E6 }
35 36
36// wiring of each half 37// wiring of each half
37#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } 38#define MATRIX_COL_PINS \
39 { F4, F5, F6, F7, B1, B3 }
38// #define MATRIX_COL_PINS { B2, B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order 40// #define MATRIX_COL_PINS { B2, B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order
39 41
40/* define if matrix has ghost */ 42/* define if matrix has ghost */
@@ -51,7 +53,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
51/* Locking resynchronize hack */ 53/* Locking resynchronize hack */
52//#define LOCKING_RESYNC_ENABLE 54//#define LOCKING_RESYNC_ENABLE
53 55
54
55/* 56/*
56 * Feature disable options 57 * Feature disable options
57 * These options are also useful to firmware size reduction. 58 * These options are also useful to firmware size reduction.