aboutsummaryrefslogtreecommitdiff
path: root/keyboards/m65/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/m65/config.h')
-rw-r--r--keyboards/m65/config.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/keyboards/m65/config.h b/keyboards/m65/config.h
deleted file mode 100644
index 49db1720a..000000000
--- a/keyboards/m65/config.h
+++ /dev/null
@@ -1,33 +0,0 @@
1/*
2Copyright 2021 Alin M Elena <alinm.elena@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#define VENDOR_ID 0xBABA
23#define MANUFACTURER Alin Elena
24#define PRODUCT m65
25
26#define MATRIX_ROWS 5
27#define MATRIX_COLS 13
28
29#define DIODE_DIRECTION COL2ROW
30#define DEBOUNCE 5
31
32#define LOCKING_SUPPORT_ENABLE
33#define LOCKING_RESYNC_ENABLE