aboutsummaryrefslogtreecommitdiff
path: root/keyboards/laptreus/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/laptreus/config.h')
-rw-r--r--keyboards/laptreus/config.h71
1 files changed, 0 insertions, 71 deletions
diff --git a/keyboards/laptreus/config.h b/keyboards/laptreus/config.h
deleted file mode 100644
index 0c13da4bd..000000000
--- a/keyboards/laptreus/config.h
+++ /dev/null
@@ -1,71 +0,0 @@
1/*
2Copyright 2019 Chuck "@vosechu" Lauer Vose <vosechu@gmail.com>
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#include "config_common.h"
21
22/* USB Device descriptor parameter */
23
24#define VENDOR_ID 0x1209 // pid.codes Vendor ID
25#define PRODUCT_ID 0xA1F1 // FIXME: Need to send PR to pid.codes to make this official
26#define DEVICE_VER 0x0001
27#define MANUFACTURER Vosechu
28#define PRODUCT Laptreus
29
30/* key matrix size */
31#define MATRIX_ROWS 5
32#define MATRIX_COLS 10
33
34#define MATRIX_ROW_PINS { F7, F6, F5, F1, F4 }
35#define MATRIX_COL_PINS { D6, B7, B6, D7, C6, D1, D0, D3, D2, F0 }
36#define UNUSED_PINS { }
37
38/* COL2ROW or ROW2COL */
39#define DIODE_DIRECTION ROW2COL
40
41/* define if matrix has ghost */
42//#define MATRIX_HAS_GHOST
43
44/* number of backlight levels */
45// #define BACKLIGHT_LEVELS 3
46
47/* Set 0 if debouncing isn't needed */
48#define DEBOUNCE 5
49
50/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
51#define LOCKING_SUPPORT_ENABLE
52/* Locking resynchronize hack */
53#define LOCKING_RESYNC_ENABLE
54
55/*
56 * Feature disable options
57 * These options are also useful to firmware size reduction.
58 */
59
60/* disable debug print */
61// #define NO_DEBUG
62
63/* disable print */
64// #define NO_PRINT
65
66/* disable action features */
67// #define NO_ACTION_LAYER
68// #define NO_ACTION_TAPPING
69// #define NO_ACTION_ONESHOT
70// #define NO_ACTION_MACRO
71// #define NO_ACTION_FUNCTION