config.h 1005 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #pragma once
  2. #include "config_common.h"
  3. /* USB Device descriptor parameter */
  4. #define VENDOR_ID 0xFEED
  5. #define PRODUCT_ID 0xFADE
  6. #define DEVICE_VER 0x0001
  7. #define MANUFACTURER Pixlup
  8. #define PRODUCT Blackplum Keeb
  9. #define DESCRIPTION Blackplum 68 Percent Mechanical Keyboard
  10. /* key matrix size */
  11. #define MATRIX_ROWS 9
  12. #define MATRIX_COLS 8
  13. /* key matrix pins */
  14. #define MATRIX_ROW_PINS { C6, B6, B4, B5, D6, D7, D5, D3, D4 }
  15. #define MATRIX_COL_PINS { D0, D1, D2, F7, F6, F5, F4, F1 }
  16. #define UNUSED_PINS
  17. /* Set 0 if debouncing isn't needed */
  18. #define DEBOUNCE 5
  19. /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
  20. #define LOCKING_SUPPORT_ENABLE
  21. /* Locking resynchronize hack */
  22. #define LOCKING_RESYNC_ENABLE
  23. /* ws2812 RGB LED */
  24. #define RGB_DI_PIN C7
  25. #define RGBLIGHT_ANIMATIONS
  26. #define RGBLED_NUM 16 // Number of LEDs
  27. #define RGBLIGHT_HUE_STEP 10
  28. #define RGBLIGHT_SAT_STEP 10
  29. #define RGBLIGHT_VAL_STEP 10
  30. #define RGBLIGHT_SLEEP