Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#include QMK_KEYBOARD_H void keyboard_post_init_user(void) { rgblight_enable_noeeprom(); rgblight_mode_noeeprom(RGBLIGHT_MODE_RGB_TEST); }