Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

smoothled.h
#include "quantum.h"

#define SMOOTH_DURATION 160

void smoothled_set(uint32_t color);
void smoothled_process(void);