summaryrefslogtreecommitdiffstats
path: root/keyboards/keebsforall/freebird60/config.h
diff options
context:
space:
mode:
authorKnoblesseOblige <63174954+KnoblesseOblige@users.noreply.github.com>2020-11-01 13:13:34 -0600
committerGitHub <noreply@github.com>2020-11-01 11:13:34 -0800
commit86ac56cd7f4ade5de9d56c7e886c4d6ec531f4de (patch)
treed2f6535ceec5cf56f44d7ab6746646fc102eed52 /keyboards/keebsforall/freebird60/config.h
parentc1e69bcef060d1e6152dda7866d00912e99fab26 (diff)
[Keyboard] Add keebsforall/freebird60 (#10774)
* Added ad/freebird60. * Moved freebird60 keyboard. Added VIA keymap. * Updated `keebsforall/freebird60` README to include image. * Update keyboards/keebsforall/freebird60/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keebsforall/freebird60/readme.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/keebsforall/freebird60/config.h')
-rw-r--r--keyboards/keebsforall/freebird60/config.h54
1 files changed, 54 insertions, 0 deletions
diff --git a/keyboards/keebsforall/freebird60/config.h b/keyboards/keebsforall/freebird60/config.h
new file mode 100644
index 0000000000..81b468bb97
--- /dev/null
+++ b/keyboards/keebsforall/freebird60/config.h
@@ -0,0 +1,54 @@
+/*
+Copyright 2020 KnoblesseOblige
+
+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 0xADAD
+#define PRODUCT_ID 0xFB60
+#define DEVICE_VER 0x0001
+#define MANUFACTURER KnoblesseOblige
+#define PRODUCT Freebird60
+
+/* key matrix size */
+#define MATRIX_ROWS 5
+#define MATRIX_COLS 14
+
+/*
+ * 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 { F5, F4, F1, F0, F6 }
+#define MATRIX_COL_PINS { F7, C7, C6, B6, B5, B4, D7, D6, D4, D0, D1, D2, D3, D5 }
+#define UNUSED_PINS
+
+/* COL2ROW, ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
+#define DEBOUNCE 5
+
+/* disable these deprecated features by default */
+#define NO_ACTION_MACRO
+#define NO_ACTION_FUNCTION