Advertisement
Guest User

Untitled

a guest
Jan 10th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. #ifdef CONFIG_TOP
  2. #include "proffieboard_v2_config.h"
  3. #define NUM_BLADES 1
  4. #define NUM_BUTTONS 2
  5. #define VOLUME 2200
  6. const unsigned int maxLedsPerStrip = 144;
  7. #define CLASH_THRESHOLD_G 3.0
  8. #define FILTER_CUTOFF_FREQUENCY 90
  9. #define FILTER_ORDER 10
  10. #define AUDIO_CLASH_SUPRESSION_LEVEL 25
  11. #define ENABLE_AUDIO
  12. #define ENABLE_MOTION
  13. #define ENABLE_WS2811
  14. #define ENABLE_SD
  15. #define ENABLE_SERIAL
  16. #define DISABLE_BASIC_PARSER_STYLES
  17. #define SAVE_STATE
  18. #define NO_REPEAT_RANDOM
  19. #define COLOR_CHANGE_DIRECT
  20. #define MOTION_TIMEOUT 60 * 10 * 1000
  21. #define IDLE_OFF_TIME 60 * 10 * 1000
  22. #define BOOT_VOLUME 600
  23. #define FETT263_MOTION_WAKE_POWER_BUTTON
  24. #define FETT263_THRUST_ON_PREON
  25. #define FETT263_THRUST_ON_NO_BM
  26. #define FETT263_TWIST_OFF
  27. #define FETT263_EFFECT_BATTERY_LEVEL
  28. #define FETT263_SAY_BATTERY_PERCENT
  29. #define FETT263_SAY_COLOR_LIST
  30. #define FETT263_SAY_COLOR_LIST_CC
  31. #define FETT263_HOLD_BUTTON_OFF
  32. #endif
  33.  
  34.  
  35.  
  36. #ifdef CONFIG_PROP
  37. #include "../props/saber_fett263_buttons.h"
  38. #endif
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement