]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/handwired_binaryplease/config.h
overwriting optins in makefile and configuration
[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 #define VENDOR_ID       0xFEED
8 #define PRODUCT_ID      0x6060
9 #define MANUFACTURER    binaryplease
10 #define PRODUCT         Teensy_Planck
11 #define DESCRIPTION     A compact ortholinear keyboard using a teensy 2.0
12
13 #define MATRIX_ROW_PINS { D3, D2, D1, D0 }
14 #define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4 }
15 #define UNUSED_PINS
16
17 #define BACKLIGHT_PIN B7
18
19 /* number of backlight levels */
20 #define BACKLIGHT_LEVELS 0
21
22
23 #endif