Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

encoder.h
#pragma once
#include "quantum.h"
const uint16_t PROGMEM encoder_actions[][9];
bool encoder_update_user(uint8_t index, bool clockwise);