Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#pragma once #include <stdbool.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> extern volatile bool isLeftHand; void matrix_master_OLED_init (void);