summaryrefslogtreecommitdiff
path: root/keyboards/teleport/numpad/config.h
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-11-10 21:33:51 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2021-11-10 21:33:51 +0100
commit0213ead08d88a064fc38ddf6c995edfb673d0424 (patch)
tree9b5da4987c41713a84a0082048f7ff661a4ff6ea /keyboards/teleport/numpad/config.h
parent2e18d50631ce745626c6823b701fbda9f2f07d1b (diff)
parent1989eb17ec391d4f9e8c1c1ea3fc746f96d43942 (diff)
downloadqmk_firmware-0213ead08d88a064fc38ddf6c995edfb673d0424.tar.gz
qmk_firmware-0213ead08d88a064fc38ddf6c995edfb673d0424.zip
Merge branch 'master' into taamas
Diffstat (limited to 'keyboards/teleport/numpad/config.h')
-rw-r--r--keyboards/teleport/numpad/config.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/teleport/numpad/config.h b/keyboards/teleport/numpad/config.h
new file mode 100644
index 0000000000..f3573483b7
--- /dev/null
+++ b/keyboards/teleport/numpad/config.h
@@ -0,0 +1,39 @@
+/*
+Copyright 2021 Moritz Plattner
+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 0x7470 //"tp"
+#define PRODUCT_ID 0x0001
+#define DEVICE_VER 0x0001
+#define MANUFACTURER tlprt
+#define PRODUCT NumPad
+
+/* key matrix size */
+#define MATRIX_ROWS 5
+#define MATRIX_COLS 4
+
+/* Keyboard Matrix Assignments */
+#define MATRIX_ROW_PINS { D7, D4, D6, B4, B5 }
+#define MATRIX_COL_PINS { F6, F5, F7, F4 }
+#define UNUSED_PINS { B0, B1, B2, B3, B6, B7, D0, D1, D2, D3, D5, F0, F1, E6, C6, C7 }
+
+/* COL2ROW, ROW2COL*/
+#define DIODE_DIRECTION COL2ROW
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5