]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/converter/siemens_tastatur/config.h
Allow Combo feature to be enabled/disabled live (#6318)
[qmk_firmware.git] / keyboards / converter / siemens_tastatur / config.h
1 /*
2 Copyright 2019 Yiancar
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       0x8968
22 #define PRODUCT_ID      0x4353
23 #define DEVICE_VER      0x0001
24
25 #define MANUFACTURER Yiancar-Designs
26 #define PRODUCT Siemens Tastatur
27 #define DESCRIPTION Practice
28
29 /* key matrix size */
30 #define MATRIX_ROWS 4
31 #define MATRIX_COLS 19
32
33 //This is all fake and not used
34 #define MATRIX_COL_PINS { B11, B10, B1, B0, A7, A6, A5, A4, A3, A2, A1, A0, C15, C14 }
35 #define MATRIX_ROW_PINS { B3, B4, B5, B6, B7 }
36 #define DIODE_DIRECTION COL2ROW
37
38
39 /* define if matrix has ghost */
40 //#define MATRIX_HAS_GHOST
41
42 /* Set 0 if debouncing isn't needed */
43 #define DEBOUNCE    5
44
45 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
46 #define LOCKING_SUPPORT_ENABLE
47 /* Locking resynchronize hack */
48 #define LOCKING_RESYNC_ENABLE
49
50
51 /*
52  * Feature disable options
53  *  These options are also useful to firmware size reduction.
54  */
55
56 /* disable debug print */
57 //#define NO_DEBUG
58
59 /* disable print */
60 //#define NO_PRINT
61
62 /* disable action features */
63 //#define NO_ACTION_LAYER
64 //#define NO_ACTION_TAPPING
65 //#define NO_ACTION_ONESHOT
66 //#define NO_ACTION_MACRO
67 //#define NO_ACTION_FUNCTION