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.

46 lines
994 B

  1. /*
  2. Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) 2020 Max Drasbeck
  3. *
  4. * You are free to:
  5. *
  6. * Share copy and redistribute the material in any medium or format
  7. * Adapt remix, transform, and build upon the material
  8. * for any purpose, even commercially.
  9. *
  10. * The licensor cannot revoke these freedoms as long as you follow the license terms.
  11. */
  12. #pragma once
  13. //#define USE_MATRIX_I2C
  14. /* Select hand configuration */
  15. #define MASTER_LEFT
  16. // #define MASTER_RIGHT
  17. // #define EE_HANDS
  18. #define USE_SERIAL_PD2
  19. #define ENCODERS_PAD_A { F4 }
  20. #define ENCODERS_PAD_B { F5 }
  21. #define ENCODER_RESOLUTION 4
  22. #define TAPPING_FORCE_HOLD
  23. #define TAPPING_TERM 180
  24. #undef RGBLED_NUM
  25. #define RGBLIGHT_ANIMATIONS
  26. #define RGBLED_NUM 27
  27. #define RGBLIGHT_LIMIT_VAL 120
  28. #define RGBLIGHT_HUE_STEP 10
  29. #define RGBLIGHT_SAT_STEP 17
  30. #define RGBLIGHT_VAL_STEP 17
  31. // Underglow
  32. /*
  33. #undef RGBLED_NUM
  34. #define RGBLED_NUM 14 // Number of LEDs
  35. #define RGBLIGHT_ANIMATIONS
  36. #define RGBLIGHT_SLEEP
  37. */