blob: 72892851e069b51639b6e596cbf1e5df5ea4c22f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#define TAPPING_TERM 150
#define RETRO_TAPPING
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(NOCTURNE_OP_9_NO_1)
#define AUDIO_CLICKY
#define AUDIO_CLICKY_FREQ_RANDOMNESS 0.8f
#endif
|