Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

qc60.h
#ifndef QC60_H
#define QC60_H

#include "quantum.h"

#ifdef KEYBOARD_handwired_qc60_proto
    #include "proto.h"
#endif

#endif