config.h 641 B

123456789101112131415161718192021222324252627
  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0xFEED
  5. #define PRODUCT_ID 0x1214
  6. #define DEVICE_VER 0x0001
  7. #define MANUFACTURER Kyle Hart
  8. #define PRODUCT Stream Cheap 2x4
  9. /* key matrix size */
  10. #define MATRIX_ROWS 2
  11. #define MATRIX_COLS 4
  12. /* define direct pins used */
  13. #define DIRECT_PINS { { B5,D7,C6,D1}, { B4,E6,D4,D0} }
  14. /* Set 0 if debouncing isn't needed */
  15. #define DEBOUNCE 5
  16. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  17. #define LOCKING_SUPPORT_ENABLE
  18. /* Locking resynchronize hack */
  19. #define LOCKING_RESYNC_ENABLE