Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

66_hotswap.h
#pragma once

#ifdef KEYBOARD_clueboard_66_hotswap_gen1
    #include "gen1.h"
#endif

#ifdef KEYBOARD_clueboard_66_hotswap_prototype
    #include "prototype.h"
#endif