You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
540 B

  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0xFEED
  5. #define PRODUCT_ID 0x9789
  6. #define DEVICE_VER 0x0001
  7. #define MANUFACTURER Eagle
  8. #define PRODUCT II
  9. #define DESCRIPTION Eagle II Keyboard
  10. #define MATRIX_ROWS 12
  11. #define MATRIX_COLS 12
  12. #define MATRIX_ROW_PINS { D0, B5, F1, B2, F7, F6, D4, D7, B4, B7, F5, B0 }
  13. #define MATRIX_COL_PINS { D2, C6, E6, D5, B3, D3, D1, C7, F0, B6, B1, F4 }
  14. #define UNUSED_PINS
  15. #define DIODE_DIRECTION COL2ROW
  16. #define DEBOUNCE 5