diff options
Diffstat (limited to 'keyboards/handwired/eagleii/config.h')
| -rw-r--r-- | keyboards/handwired/eagleii/config.h | 19 |
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 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #include "config_common.h" | ||
| 4 | |||
| 5 | /* USB Device descriptor parameter */ | ||
| 6 | #define VENDOR_ID 0xFEED | ||
| 7 | #define PRODUCT_ID 0x9789 | ||
| 8 | #define DEVICE_VER 0x0001 | ||
| 9 | #define MANUFACTURER Eagle | ||
| 10 | #define PRODUCT II | ||
| 11 | #define DESCRIPTION Eagle II Keyboard | ||
| 12 | |||
| 13 | #define MATRIX_ROWS 12 | ||
| 14 | #define MATRIX_COLS 12 | ||
| 15 | #define MATRIX_ROW_PINS { D0, B5, F1, B2, F7, F6, D4, D7, B4, B7, F5, B0 } | ||
| 16 | #define MATRIX_COL_PINS { D2, C6, E6, D5, B3, D3, D1, C7, F0, B6, B1, F4 } | ||
| 17 | #define UNUSED_PINS | ||
| 18 | #define DIODE_DIRECTION COL2ROW | ||
| 19 | #define DEBOUNCE 5 | ||
