config.h 906 B

1234567891011121314151617181920212223242526272829303132333435
  1. #pragma once
  2. #define NO_DEBUG_LEDS
  3. // Connector PCB version
  4. // 1 - PCB that supports flex caple and the trackpad sensor is mounted on an 'H' keycap
  5. // - https://github.com/vlukash/corne-trackpad/tree/master/connector
  6. // 2 - PCB woth no flex option, track sensor mounted directly on the PCB
  7. // - https://github.com/vlukash/corne-trackpad/tree/master/connector-no-flex
  8. #define TRACKPAD_CONNECTOR_VER 1
  9. /* Select hand configuration */
  10. #define MASTER_RIGHT
  11. #define USE_SERIAL_PD2
  12. #define TAPPING_FORCE_HOLD
  13. #define TAPPING_TERM 300
  14. #undef RGBLED_NUM
  15. #define RGBLIGHT_ANIMATIONS
  16. #define RGBLED_NUM 27
  17. #define RGBLIGHT_LIMIT_VAL 120
  18. #define RGBLIGHT_HUE_STEP 10
  19. #define RGBLIGHT_SAT_STEP 17
  20. #define RGBLIGHT_VAL_STEP 17
  21. /* key matrix size */
  22. // Rows are doubled-up
  23. #undef MATRIX_COL_PINS
  24. #define MATRIX_COL_PINS { F4, F5, F6, F7, B7, D5 }
  25. /* ws2812 RGB LED */
  26. #undef RGB_DI_PIN
  27. #define RGB_DI_PIN B5