Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

atreus50.c
#include "atreus50.h"

void matrix_init_kb(void) {

    // Turn status LED on
    //DDRE |= (1<<6);
    PORTE |= (1<<6);

	matrix_init_user();
};