]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/handwired_binaryplease/config.h
Remove commented out MCUs in rules.mk (#5884)
[qmk_firmware.git] / keyboards / planck / keymaps / handwired_binaryplease / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 /* USB Device descriptor parameter */
7
8
9
10 #undef VENDOR_ID
11 #undef PRODUCT_ID
12 #undef MANUFACTURER
13 #undef PRODUCT
14 #undef DESCRIPTION
15 #undef MATRIX_ROW_PINS
16 #undef MATRIX_COL_PINS
17 #undef UNUSED_PINS
18 #undef BACKLIGHT_PIN
19 #undef BACKLIGHT_LEVELS
20
21
22
23 #define VENDOR_ID       0xFEED
24 #define PRODUCT_ID      0x6060
25 #define MANUFACTURER    binaryplease
26 #define PRODUCT         Teensy_Planck
27 #define DESCRIPTION     A compact ortholinear keyboard using a teensy 2.0
28
29 #define MATRIX_ROW_PINS { D3, D2, D1, D0 }
30 #define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4 }
31 #define UNUSED_PINS
32
33 #define BACKLIGHT_PIN B7
34
35 /* number of backlight levels */
36 #define BACKLIGHT_LEVELS 0
37
38
39 #endif