aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mlego/m48/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mlego/m48/config.h')
-rw-r--r--keyboards/mlego/m48/config.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/mlego/m48/config.h b/keyboards/mlego/m48/config.h
new file mode 100644
index 000000000..6be2373d8
--- /dev/null
+++ b/keyboards/mlego/m48/config.h
@@ -0,0 +1,37 @@
1/* Copyright 2021-2022 alin m elena <alinm.elena@gmail.com>
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16#pragma once
17
18#include "config_common.h"
19
20/* USB Device descriptor parameter */
21#define VENDOR_ID 0xBABA
22#define MANUFACTURER alin elena
23#define PRODUCT m48
24
25#define MATRIX_ROWS 4 // Rows are doubled-up
26#define MATRIX_COLS 12
27
28#define DEBOUNCE 5
29
30/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
31#define LOCKING_SUPPORT_ENABLE
32/* Locking resynchronize hack */
33#define LOCKING_RESYNC_ENABLE
34
35/* disable these deprecated features by default */
36#define NO_ACTION_MACRO
37#define NO_ACTION_FUNCTION