summaryrefslogtreecommitdiff
path: root/keyboards/keyten/kt3700/config.h
diff options
context:
space:
mode:
authorIvan Gromov <38141348+key10iq@users.noreply.github.com>2023-01-17 09:57:18 +0400
committerGitHub <noreply@github.com>2023-01-16 21:57:18 -0800
commit9f84b9ac095f31d65ab0cb9310bf5130cc9775aa (patch)
treeddf55381375b569c2c50d7bfd08f5cfa481d9abe /keyboards/keyten/kt3700/config.h
parentc6cc104810633c687a5c563befa44e3a7282b9e4 (diff)
[Keyboard] Add kt3700 (#19432)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keyten/kt3700/config.h')
-rw-r--r--keyboards/keyten/kt3700/config.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/keyboards/keyten/kt3700/config.h b/keyboards/keyten/kt3700/config.h
new file mode 100644
index 0000000000..ba1a69c0bd
--- /dev/null
+++ b/keyboards/keyten/kt3700/config.h
@@ -0,0 +1,41 @@
+/*
+Copyright 2022 Ivan Gromov (@key10iq)
+
+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"
+
+/*
+ * Keyboard Matrix Assignments
+ *
+ * Change this to how you wired your keyboard
+ * COLS: AVR pins used for columns, left to right
+ * ROWS: AVR pins used for rows, top to bottom
+ * DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
+ * ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
+ *
+*/
+#define MATRIX_ROW_PINS { B12, B7, B5, B4, B3, A15 }
+#define MATRIX_COL_PINS { B0, B13, B9, B8 }
+
+/* COL2ROW or ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
+#define LED_NUM_LOCK_PIN B6
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5