aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ai03/vega/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ai03/vega/config.h')
-rw-r--r--keyboards/ai03/vega/config.h63
1 files changed, 63 insertions, 0 deletions
diff --git a/keyboards/ai03/vega/config.h b/keyboards/ai03/vega/config.h
new file mode 100644
index 000000000..ac589276a
--- /dev/null
+++ b/keyboards/ai03/vega/config.h
@@ -0,0 +1,63 @@
1/*
2Copyright 2015 Jun Wako <[email protected]>
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along 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 0xA103
22#define PRODUCT_ID 0x0015
23#define DEVICE_VER 0x0001
24#define MANUFACTURER ai03 Design Studio
25#define PRODUCT Vega
26
27/* key matrix size */
28#define MATRIX_ROWS 5
29#define MATRIX_COLS 15
30
31#define MATRIX_COL_PINS { B5, A3, A9, A8, B15, B14, B13, B12, B11, B10, B2, B1, B0, A7, A6 }
32#define MATRIX_ROW_PINS { A1, A2, B3, A15, A10 }
33#define DIODE_DIRECTION COL2ROW
34
35/* define if matrix has ghost */
36//#define MATRIX_HAS_GHOST
37
38/* Set 0 if debouncing isn't needed */
39#define DEBOUNCE 5
40
41/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
42#define LOCKING_SUPPORT_ENABLE
43/* Locking resynchronize hack */
44#define LOCKING_RESYNC_ENABLE
45
46
47/*
48 * Feature disable options
49 * These options are also useful to firmware size reduction.
50 */
51
52/* disable debug print */
53//#define NO_DEBUG
54
55/* disable print */
56//#define NO_PRINT
57
58/* disable action features */
59//#define NO_ACTION_LAYER
60//#define NO_ACTION_TAPPING
61//#define NO_ACTION_ONESHOT
62//#define NO_ACTION_MACRO
63//#define NO_ACTION_FUNCTION