aboutsummaryrefslogtreecommitdiff
path: root/keyboards/monoflex60/config.h
diff options
context:
space:
mode:
authorIvan Gromov <38141348+key10iq@users.noreply.github.com>2022-02-21 10:16:23 +0400
committerGitHub <noreply@github.com>2022-02-20 22:16:23 -0800
commit9bf25d1cd5f7616d30b000d50c51acd9dfaacd41 (patch)
treef8dc78cd445e96a22f23b5e0757bf1ddd4bb8530 /keyboards/monoflex60/config.h
parent2d1d44edb701a47571d8ad2a07cb0899f255849e (diff)
downloadqmk_firmware-9bf25d1cd5f7616d30b000d50c51acd9dfaacd41.tar.gz
qmk_firmware-9bf25d1cd5f7616d30b000d50c51acd9dfaacd41.zip
[Keyboard] Add Monoflex 60 keyboard (#16234)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/monoflex60/config.h')
-rw-r--r--keyboards/monoflex60/config.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/keyboards/monoflex60/config.h b/keyboards/monoflex60/config.h
new file mode 100644
index 000000000..6e0281002
--- /dev/null
+++ b/keyboards/monoflex60/config.h
@@ -0,0 +1,42 @@
1/*
2Copyright 2022 Ivan Gromov (@key10iq)
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#define VENDOR_ID 0xDEB4
24#define PRODUCT_ID 0x60EB
25#define DEVICE_VER 0x0001
26#define MANUFACTURER SanitGo Customs
27#define PRODUCT Monoflex 60
28
29/* key matrix size */
30#define MATRIX_ROWS 5
31#define MATRIX_COLS 14
32
33/* key matrix pins */
34#define MATRIX_ROW_PINS { D1, D0, D3, D2, D5 }
35#define MATRIX_COL_PINS { B7, F1, F4, F5, F6, F7, C7, C6, B6, B5, B4, D7, D6, D4}
36#define UNUSED_PINS
37
38/* COL2ROW or ROW2COL */
39#define DIODE_DIRECTION COL2ROW
40
41/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
42#define DEBOUNCE 5