config.h 82 B

12345678
  1. #pragma once
  2. #ifdef AUDIO_ENABLE
  3. #define STARTUP_SONG SONG(RICK_ROLL)
  4. #endif