Advertisement
longqtpie

Config

Apr 4th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3.  
  4. #include "../../config.h"
  5.  
  6. /* Use I2C or Serial, not both */
  7.  
  8. #define USE_SERIAL
  9. // #define USE_I2C
  10.  
  11. /* Select hand configuration */
  12.  
  13. #define MASTER_LEFT
  14. // #define MASTER_RIGHT
  15. // #define EE_HANDS
  16.  
  17. #ifdef SUBPROJECT_rev2
  18. /* RGB Underglow */
  19.  
  20. #undef RGBLED_NUM
  21. #undef RGB_DI_PIN
  22.  
  23. #define RGB_DI_PIN PD3
  24. #define RGBLIGHT_ANIMATIONS
  25. #define RGBLED_NUM 10
  26. #define RGBLIGHT_HUE_STEP 8
  27. #define RGBLIGHT_SAT_STEP 8
  28. #define RGBLIGHT_VAL_STEP 8
  29.  
  30. #endif
  31.  
  32. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement