Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

enums.h
// [CRKBD layers Init] -------------------------------------------------------//
typedef enum {
    _QWERTY,
    _NUM,
    _SYM,
    _GAME,
    _WEAPON
}CRKBD_LAYERS;

extern enum CRKBD_LAYERS crkbd_layers;