]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/daishi/config.h
15ff6a6a629b94ab5ebb6225179ae33827212fd8
[qmk_firmware.git] / keyboards / handwired / daishi / config.h
1 /*
2 Copyright 2019 Crokto
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 #include "config_common.h"
21
22 /* USB Device descriptor parameter */
23 #define VENDOR_ID       0x6D6D
24 #define PRODUCT_ID      0x0001
25 #define DEVICE_VER      0x0001
26 #define MANUFACTURER    MetaMechs
27 #define PRODUCT         Daishi
28 #define DESCRIPTION     Compact Battlecruiser
29
30 /* key matrix size */
31 #define MATRIX_ROWS 7
32 #define MATRIX_COLS 18
33
34 /*
35  * Keyboard Matrix Assignments
36  *
37  * Change this to how you wired your keyboard
38  * COLS: AVR pins used for columns, left to right
39  * ROWS: AVR pins used for rows, top to bottom
40  * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
41  *                  ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
42  *
43 */
44 #define MATRIX_ROW_PINS { D6, D7, E0, E1, C0, C1, C2 }
45 #define MATRIX_COL_PINS { E6, E7, E3, B0, B1, B2, A6, A5, A4, A3, A2, A1, A0, F7, F6, F5, F4, F3 }
46 #define UNUSED_PINS
47
48 /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
49 #define DIODE_DIRECTION COL2ROW
50
51 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
52 #define DEBOUNCE 5
53
54 /* Set up rotary encoder */
55 #define NUMBER_OF_ENCODERS 1
56 #define ENCODERS_PAD_A { F1 }
57 #define ENCODERS_PAD_B { F0 }
58 #define ENCODER_RESOLUTION 2
59
60 /* Set delay for tap_code on rotary encoder */
61 #define TAP_CODE_DELAY 10