summaryrefslogtreecommitdiff
path: root/keyboards/treasure/type9s2/config.h
diff options
context:
space:
mode:
authorTreasureTypes <73436366+TreasureTypes@users.noreply.github.com>2021-07-29 18:50:05 +0200
committerGitHub <noreply@github.com>2021-07-29 09:50:05 -0700
commit5a0985aa4a10ae15d3c3eb49a0394b10a62160ae (patch)
tree99e65df2d213ebdc7be568ed3bdee1f320c30b7b /keyboards/treasure/type9s2/config.h
parentaa0b7079a4a7a3174c7f078fc5fa81e630df1775 (diff)
[Keyboard] Add Treasure TYPE-9 Series II (#13725)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/treasure/type9s2/config.h')
-rw-r--r--keyboards/treasure/type9s2/config.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/keyboards/treasure/type9s2/config.h b/keyboards/treasure/type9s2/config.h
new file mode 100644
index 0000000000..a9d73f961f
--- /dev/null
+++ b/keyboards/treasure/type9s2/config.h
@@ -0,0 +1,50 @@
+/* Copyright 2021 Treasure
+
+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 0x5452
+#define PRODUCT_ID 0x5492
+#define DEVICE_VER 0x0001
+#define MANUFACTURER TREASURE
+#define PRODUCT TYPE-9 Series II
+
+/* key matrix size */
+#define MATRIX_ROWS 3
+#define MATRIX_COLS 3
+
+/* Keyboard Matrix Assignments*/
+#define MATRIX_ROW_PINS { B4, B5, D2 }
+#define MATRIX_COL_PINS { B2, B3, C5 }
+#define UNUSED_PINS
+
+/* COL2ROW, ROW2COL*/
+#define DIODE_DIRECTION COL2ROW
+
+#define BACKLIGHT_PIN B7
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5
+
+/* define if matrix has ghost (lacks anti-ghosting diodes) */
+//#define MATRIX_HAS_GHOST
+
+/* number of backlight levels */
+#define BACKLIGHT_LEVELS 3
+