summaryrefslogtreecommitdiff
path: root/keyboards/steal_this_keyboard/config.h
diff options
context:
space:
mode:
authorobosob <obosob@users.noreply.github.com>2021-06-24 03:51:15 +0100
committerGitHub <noreply@github.com>2021-06-24 12:51:15 +1000
commit3cc037d8d86a148a8a61e594ad87766f9d0ddbd5 (patch)
tree9a1d3196086c476561a53c71bb16dd214ac0bdde /keyboards/steal_this_keyboard/config.h
parent543dca0d890da1cd1d2ce2ebbde9c31354522829 (diff)
Add "steal this keyboard" keybaord (#12898)
Diffstat (limited to 'keyboards/steal_this_keyboard/config.h')
-rw-r--r--keyboards/steal_this_keyboard/config.h67
1 files changed, 67 insertions, 0 deletions
diff --git a/keyboards/steal_this_keyboard/config.h b/keyboards/steal_this_keyboard/config.h
new file mode 100644
index 0000000000..ea637d0c2f
--- /dev/null
+++ b/keyboards/steal_this_keyboard/config.h
@@ -0,0 +1,67 @@
+/* Copyright 2021 Obosob <obosob@riseup.net>
+
+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 0xC2AB
+#define PRODUCT_ID 0x50AD
+#define DEVICE_VER 0x0001
+#define MANUFACTURER Obosob
+#define PRODUCT Steal This Keyboard!
+
+/* key matrix size */
+#define MATRIX_ROWS 8
+#define MATRIX_COLS 5
+
+/*
+ * 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)
+ * NO_DIODE = switches are directly connected to AVR pins
+ *
+*/
+#define DIRECT_PINS { \
+ { F4, F7, B2, D1, D7 }, \
+ { F5, B1, B6, D0, E6 }, \
+ { F6, B3, D3, D4, B4 }, \
+ { C6, B5, NO_PIN, NO_PIN, NO_PIN } \
+}
+
+#define DIRECT_PINS_RIGHT { \
+ { D7, D1, B2, F7, F4}, \
+ { E6, D0, B6, B1, F5 }, \
+ { B4, D4, D3, B3, F6 }, \
+ { B5, C6, NO_PIN, NO_PIN, NO_PIN } \
+}
+
+#define UNUSED_PINS
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5
+
+/* Serial settings */
+#define USE_SERIAL
+/* serial.c configuration for split keyboard */
+#define SOFT_SERIAL_PIN D2
+
+#define EE_HANDS