summaryrefslogtreecommitdiff
path: root/keyboards/m3n3van/config.h
diff options
context:
space:
mode:
authorMatthew Dias <matthewdias@me.com>2021-04-24 20:02:00 -0500
committerGitHub <noreply@github.com>2021-04-25 11:02:00 +1000
commit2a45d99059c84e37da4f16a07b324adbe30ddebc (patch)
treeb94e73878f7e86ea7a0dec585be82df92f87469a /keyboards/m3n3van/config.h
parent06f8cb1b8a1f891d7d3b00a41a73ff2293115479 (diff)
Add m3n3van rev2 (#12405)
* Add m3n3van rev2 * Add via support
Diffstat (limited to 'keyboards/m3n3van/config.h')
-rw-r--r--keyboards/m3n3van/config.h65
1 files changed, 65 insertions, 0 deletions
diff --git a/keyboards/m3n3van/config.h b/keyboards/m3n3van/config.h
new file mode 100644
index 0000000000..15f62cecfd
--- /dev/null
+++ b/keyboards/m3n3van/config.h
@@ -0,0 +1,65 @@
+/*
+Copyright 2021 Matthew Dias <matthewdias@me.com>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#pragma once
+
+#include "config_common.h"
+
+
+/* USB Device descriptor parameter */
+#define VENDOR_ID 0x6D64
+#define PRODUCT_ID 0x2323
+#define DEVICE_VER 0x0002
+#define MANUFACTURER Matthew Dias
+#define PRODUCT m3n3van
+
+/* key matrix size */
+#define MATRIX_ROWS 4
+#define MATRIX_COLS 13
+
+/* m3n3van PCB default pin-out */
+#define MATRIX_ROW_PINS { B5, B6, C6, C7 }
+#define MATRIX_COL_PINS { F4, F5, F6, F1, F7, F0, E6, D3, D0, D1, D2, D4, D6 }
+#define ENCODERS_PAD_A { B4 }
+#define ENCODERS_PAD_B { D7 }
+#define UNUSED_PINS { B0, B1, B2, B3, B7, D5 }
+
+/* COL2ROW or ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
+/* Set 0 if debouncing isn't needed */
+#define DEBOUNCE 5
+
+/*
+ * Feature disable options
+ * These options are also useful to firmware size reduction.
+ */
+
+/* disable debug print */
+//#define NO_DEBUG
+
+/* disable print */
+//#define NO_PRINT
+
+/* disable action features */
+//#define NO_ACTION_LAYER
+//#define NO_ACTION_TAPPING
+//#define NO_ACTION_ONESHOT
+
+/* disable these deprecated features by default */
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION