aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/eagleii/config.h
diff options
context:
space:
mode:
authorSpaceman <rionlion100@gmail.com>2020-01-19 21:07:30 -0500
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-01-19 18:07:30 -0800
commit80d329bb554f69630cda0376a51314698ad0ccdd (patch)
treeb54cf25e88c545a48c720677291bfb5fe0d9d262 /keyboards/handwired/eagleii/config.h
parent251a69ea3d63ac8783e30b6e03e3866b9579af72 (diff)
downloadfirmware-80d329bb554f69630cda0376a51314698ad0ccdd.tar.gz
firmware-80d329bb554f69630cda0376a51314698ad0ccdd.tar.bz2
firmware-80d329bb554f69630cda0376a51314698ad0ccdd.zip
[Keyboard] Addition Eagle II keyboard (#7927)
* add EagleII Keyboard * Update eagleii.c * Update eagleii.h * Update keymap.c * Update eagleii.h * Update keymap.c * Update keyboards/handwired/eagleii/config.h * Update keyboards/handwired/eagleii/config.h * Update keyboards/handwired/eagleii/rules.mk * Update config.h * Update rules.mk * Update eagleii.h * Update eagleii.h * Update keymap.c * Update info.json * Update keyboards/handwired/eagleii/rules.mk * Update keyboards/handwired/eagleii/rules.mk * Create readme.md * Update keyboards/handwired/eagleii/readme.md * Update keyboards/handwired/eagleii/config.h * Update keyboards/handwired/eagleii/readme.md * Update keyboards/handwired/eagleii/readme.md
Diffstat (limited to 'keyboards/handwired/eagleii/config.h')
-rw-r--r--keyboards/handwired/eagleii/config.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/handwired/eagleii/config.h b/keyboards/handwired/eagleii/config.h
new file mode 100644
index 000000000..c66cb1813
--- /dev/null
+++ b/keyboards/handwired/eagleii/config.h
@@ -0,0 +1,19 @@
+#pragma once
+
+#include "config_common.h"
+
+/* USB Device descriptor parameter */
+#define VENDOR_ID 0xFEED
+#define PRODUCT_ID 0x9789
+#define DEVICE_VER 0x0001
+#define MANUFACTURER Eagle
+#define PRODUCT II
+#define DESCRIPTION Eagle II Keyboard
+
+#define MATRIX_ROWS 12
+#define MATRIX_COLS 12
+#define MATRIX_ROW_PINS { D0, B5, F1, B2, F7, F6, D4, D7, B4, B7, F5, B0 }
+#define MATRIX_COL_PINS { D2, C6, E6, D5, B3, D3, D1, C7, F0, B6, B1, F4 }
+#define UNUSED_PINS
+#define DIODE_DIRECTION COL2ROW
+#define DEBOUNCE 5