config.h 635 B

123456789101112131415161718192021222324252627
  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0xFEED
  5. #define PRODUCT_ID 0x1213
  6. #define DEVICE_VER 0x0001
  7. #define MANUFACTURER Kyle Hart
  8. #define PRODUCT Stream Cheap 2x3
  9. /* key matrix size */
  10. #define MATRIX_ROWS 2
  11. #define MATRIX_COLS 3
  12. /* define direct pins used */
  13. #define DIRECT_PINS { { D1,C6,B4}, { D0,D4,D7} }
  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