Advertisement
PSock

ProffieConfig

Nov 14th, 2023
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. #ifdef CONFIG_TOP
  2. #include "proffieboard_v2_config.h"
  3. #define NUM_BLADES 2
  4. #define NUM_BUTTONS 2
  5. #define VOLUME 1000
  6. const unsigned int maxLedsPerStrip = 128;
  7. #define CLASH_THRESHOLD_G 3.5
  8. #define ENABLE_AUDIO
  9. #define ENABLE_MOTION
  10. #define ENABLE_WS2811
  11. #define ENABLE_SD
  12. #define ENABLE_SERIAL
  13. #define DISABLE_DIAGNOSTIC_COMMANDS
  14.  
  15. #define FETT263_TWIST_ON_NO_BM
  16. #define FETT263_STAB_ON_NO_BM
  17.  
  18. #define ORIENTATION ORIENTATION_USB_TOWARDS_BLADE
  19.  
  20. #define MOTION_TIMEOUT 60 * 3 * 1000
  21.  
  22. #define FETT263_TWIST_ON_NO_BM
  23. #define FETT263_TWIST_ON
  24. #define FETT263_TWIST_OFF
  25. #define FETT263_THRUST_ON
  26. #define FETT263_THRUST_OFF
  27. #define FETT263_STAB_ON_NO_BM
  28. #define FETT263_STAB_ON
  29. #define FETT263_SWING_ON_SPEED 1000
  30. #define FETT263_SWING_ON_NO_BM
  31. #define FETT263_SWING_ON
  32. #define FETT263_SWING_OFF
  33. #endif
  34.  
  35. #ifdef CONFIG_PROP
  36. #include "../props/saber_fett263_buttons.h"
  37. #endif
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement