Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifdef CONFIG_TOP
- #include "proffieboard_v2_config.h"
- #define NUM_BLADES 2
- #define NUM_BUTTONS 2
- #define VOLUME 1000
- const unsigned int maxLedsPerStrip = 128;
- #define CLASH_THRESHOLD_G 3.5
- #define ENABLE_AUDIO
- #define ENABLE_MOTION
- #define ENABLE_WS2811
- #define ENABLE_SD
- #define ENABLE_SERIAL
- #define DISABLE_DIAGNOSTIC_COMMANDS
- #define FETT263_TWIST_ON_NO_BM
- #define FETT263_STAB_ON_NO_BM
- #define ORIENTATION ORIENTATION_USB_TOWARDS_BLADE
- #define MOTION_TIMEOUT 60 * 3 * 1000
- #define FETT263_TWIST_ON_NO_BM
- #define FETT263_TWIST_ON
- #define FETT263_TWIST_OFF
- #define FETT263_THRUST_ON
- #define FETT263_THRUST_OFF
- #define FETT263_STAB_ON_NO_BM
- #define FETT263_STAB_ON
- #define FETT263_SWING_ON_SPEED 1000
- #define FETT263_SWING_ON_NO_BM
- #define FETT263_SWING_ON
- #define FETT263_SWING_OFF
- #endif
- #ifdef CONFIG_PROP
- #include "../props/saber_fett263_buttons.h"
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement