diff options
Diffstat (limited to 'keyboards/planck/keymaps/handwired_binaryplease/config.h')
-rw-r--r-- | keyboards/planck/keymaps/handwired_binaryplease/config.h | 36 |
1 files changed, 5 insertions, 31 deletions
diff --git a/keyboards/planck/keymaps/handwired_binaryplease/config.h b/keyboards/planck/keymaps/handwired_binaryplease/config.h index 8cd4fe40a..abf9f5771 100644 --- a/keyboards/planck/keymaps/handwired_binaryplease/config.h +++ b/keyboards/planck/keymaps/handwired_binaryplease/config.h | |||
@@ -1,37 +1,11 @@ | |||
1 | #ifndef CONFIG_USER_H | 1 | #pragma once |
2 | #define CONFIG_USER_H | ||
3 | 2 | ||
4 | #include "../../config.h" | ||
5 | |||
6 | /* USB Device descriptor parameter */ | ||
7 | |||
8 | |||
9 | |||
10 | #undef VENDOR_ID | ||
11 | #undef PRODUCT_ID | ||
12 | #undef MANUFACTURER | 3 | #undef MANUFACTURER |
4 | #define MANUFACTURER binaryplease | ||
13 | #undef PRODUCT | 5 | #undef PRODUCT |
14 | #undef MATRIX_ROW_PINS | 6 | #define PRODUCT Teensy_Planck |
15 | #undef MATRIX_COL_PINS | ||
16 | #undef UNUSED_PINS | ||
17 | #undef BACKLIGHT_PIN | ||
18 | #undef BACKLIGHT_LEVELS | ||
19 | |||
20 | |||
21 | |||
22 | #define VENDOR_ID 0xFEED | ||
23 | #define PRODUCT_ID 0x6060 | ||
24 | #define MANUFACTURER binaryplease | ||
25 | #define PRODUCT Teensy_Planck | ||
26 | 7 | ||
8 | #undef MATRIX_ROW_PINS | ||
27 | #define MATRIX_ROW_PINS { D3, D2, D1, D0 } | 9 | #define MATRIX_ROW_PINS { D3, D2, D1, D0 } |
10 | #undef MATRIX_COL_PINS | ||
28 | #define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4 } | 11 | #define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4 } |
29 | #define UNUSED_PINS | ||
30 | |||
31 | #define BACKLIGHT_PIN B7 | ||
32 | |||
33 | /* number of backlight levels */ | ||
34 | #define BACKLIGHT_LEVELS 0 | ||
35 | |||
36 | |||
37 | #endif | ||