Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

promicro.c
#include "promicro.h"
#include "encoder.h"

#ifdef ENCODER_ENABLED
bool encoder_update_kb(uint8_t index, bool clockwise) {
    return encoder_update_user(index, clockwise);
}
#endif