diff options
Diffstat (limited to 'keyboards/4pplet/waffling60/rev_a/config.h')
-rw-r--r-- | keyboards/4pplet/waffling60/rev_a/config.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/4pplet/waffling60/rev_a/config.h b/keyboards/4pplet/waffling60/rev_a/config.h new file mode 100644 index 000000000..33279d67a --- /dev/null +++ b/keyboards/4pplet/waffling60/rev_a/config.h | |||
@@ -0,0 +1,30 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include "config_common.h" | ||
4 | |||
5 | /* USB Device descriptor parameter */ | ||
6 | #define VENDOR_ID 0x4444 | ||
7 | #define PRODUCT_ID 0x0003 | ||
8 | #define DEVICE_VER 0x0001 | ||
9 | #define MANUFACTURER 4pplet | ||
10 | #define PRODUCT waffling60 Rev A | ||
11 | |||
12 | /* key matrix size */ | ||
13 | #define MATRIX_ROWS 6 | ||
14 | #define MATRIX_COLS 11 | ||
15 | // ROWS: Top to bottom, COLS: Left to right | ||
16 | |||
17 | #define MATRIX_ROW_PINS {D4,D1,C2,C4,C7,B2} | ||
18 | #define MATRIX_COL_PINS {D3,D0,D2,B6,B5,B4,B3,D6,D5,B0,B1} | ||
19 | |||
20 | /* COL2ROW or ROW2COL */ | ||
21 | #define DIODE_DIRECTION COL2ROW | ||
22 | |||
23 | /* define if matrix has ghost */ | ||
24 | //#define MATRIX_HAS_GHOST | ||
25 | |||
26 | /* Set 0 if debouncing isn't needed */ | ||
27 | #define DEBOUNCE 5 | ||
28 | |||
29 | #define QMK_ESC_OUTPUT D3 // usually COL | ||
30 | #define QMK_ESC_INPUT D4 // usually ROW | ||