]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/evil80/config.h
6bb286146447c306c4e9c77cad55e4044cf7b4fe
[qmk_firmware.git] / keyboards / evil80 / config.h
1 #pragma once
2
3 #include "config_common.h"
4
5 /* USB Device descriptor parameter */
6 #define VENDOR_ID       0xFEED
7 #define PRODUCT_ID      0x6060
8 #define DEVICE_VER              0x0001
9 #define MANUFACTURER    Evil
10 #define PRODUCT         Evil80
11 #define DESCRIPTION     QMK keyboard firmware for Evil80
12
13 /* key matrix size */
14 #define MATRIX_ROWS 6
15 #define MATRIX_COLS 16
16
17 /* Planck PCB default pin-out */
18 #define MATRIX_ROW_PINS { F1, F4, F5, F0, B3, B0 }
19 #define MATRIX_COL_PINS { B2, D0, D1, D2, D3, D5, D4, D6, D7, B4, B1, C6, C7, E6, F6, F7 }
20 #define UNUSED_PINS
21
22 #define BACKLIGHT_PIN B5
23 #define BACKLIGHT_BREATHING
24
25 /* COL2ROW or ROW2COL */
26 #define DIODE_DIRECTION COL2ROW
27
28 /* define if matrix has ghost */
29 //#define MATRIX_HAS_GHOST
30
31 /* number of backlight levels */
32 #define BACKLIGHT_LEVELS 3
33
34 /* Set 0 if debouncing isn't needed */
35 #define DEBOUNCING_DELAY 5
36
37 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
38 #define LOCKING_SUPPORT_ENABLE
39
40 /* Locking resynchronize hack */
41 #define LOCKING_RESYNC_ENABLE
42
43 /*
44  * Feature disable options
45  *  These options are also useful to firmware size reduction.
46  */
47
48 /* disable debug print */
49 //#define NO_DEBUG
50
51 /* disable print */
52 //#define NO_PRINT
53
54 /* disable action features */
55 //#define NO_ACTION_LAYER
56 //#define NO_ACTION_TAPPING
57 //#define NO_ACTION_ONESHOT
58 //#define NO_ACTION_MACRO
59 //#define NO_ACTION_FUNCTION