Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

config.h
#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