Advertisement
Guest User

Untitled

a guest
Aug 19th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #define B5_AUDIO
  2. #define C6_AUDIO
  3.  
  4. #if !defined(NO_DEBUG) && !defined(CONSOLE_ENABLE)
  5.  
  6. #define NO_DEBUG
  7.  
  8. #endif // !NO_DEBUG
  9.  
  10. #if !defined(NO_PRINT) && !defined(CONSOLE_ENABLE)
  11.  
  12. #define NO_PRINT
  13.  
  14. #endif // !NO_PRINT
  15.  
  16. #define NO_ACTION_MACRO
  17.  
  18. #define NO_ACTION_FUNCTION
  19.  
  20. #define DISABLE_LEADER
  21. #define MIDI_BASIC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement