]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/zen/rev1/config.h
[Keyboard] Zen keyboard update for Rev2 (#5522)
[qmk_firmware.git] / keyboards / zen / rev1 / config.h
1 /*
2 Copyright 2017 Danny Nguyen <danny@hexwire.com>
3
4 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 2 of the License, or
7 (at your option) any later version.
8
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with this program.  If not, see <http://www.gnu.org/licenses/>.
16 */
17
18 #pragma once
19
20 /* USB Device descriptor parameter */
21 #define VENDOR_ID       0xFEED
22 #define PRODUCT_ID      0x3060
23 #define DEVICE_VER      0x0001
24 #define MANUFACTURER    Legonut
25 #define PRODUCT         Project Zen
26 #define DESCRIPTION     Split gaming keyboard
27
28 /* key matrix size */
29 // Rows are doubled-up
30 #define MATRIX_ROWS 10
31 #define MATRIX_COLS 7
32
33 // wiring of each half
34 #define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
35 #define MATRIX_COL_PINS { B2, B3, B1, F7, F6, D4, B6 }
36
37 /* COL2ROW or ROW2COL */
38 #define DIODE_DIRECTION COL2ROW
39
40 #define SOFT_SERIAL_PIN   D0
41
42 /* define if matrix has ghost */
43 //#define MATRIX_HAS_GHOST
44
45 /* Set 0 if debouncing isn't needed */
46 #define DEBOUNCING_DELAY 5
47
48 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
49 #define LOCKING_SUPPORT_ENABLE
50 /* Locking resynchronize hack */
51 #define LOCKING_RESYNC_ENABLE
52
53 /* ws2812 RGB LED */
54 #define RGB_DI_PIN D1
55
56 #define RGBLED_NUM 16    // Number of LEDs
57
58 /*
59  * Feature disable options
60  *  These options are also useful to firmware size reduction.
61  */
62
63 /* disable debug print */
64 // #define NO_DEBUG
65
66 /* disable print */
67 // #define NO_PRINT
68
69 /* disable action features */
70 //#define NO_ACTION_LAYER
71 //#define NO_ACTION_TAPPING
72 //#define NO_ACTION_ONESHOT
73 //#define NO_ACTION_MACRO
74 //#define NO_ACTION_FUNCTION