numlock will light up the right half of the board, and turning off numlock will “relight” the board, but after a few seconds it goes dark again.
I tried a few profiles and am not sure but this happens only when I use this:
static kaleidoscope::LEDSolidColor solidCyan(0, 255, 255);
static kaleidoscope::LEDSolidColor solidBlue255(0, 0, 255);
static kaleidoscope::LEDSolidColor solidGray(128, 128, 128);
static kaleidoscope::LEDSolidColor solidSilver(192, 192, 192);
static kaleidoscope::LEDSolidColor solidTeal(0, 128, 128);
static kaleidoscope::LEDSolidColor solidNavajoWhite(255, 222, 173);
static kaleidoscope::LEDSolidColor solidPurple(128, 0, 128);
static kaleidoscope::LEDSolidColor solidDarkEarth(92, 73, 57);
static kaleidoscope::LEDSolidColor solidFDE(135, 115, 72);
static kaleidoscope::LEDSolidColor solidWheat(242, 222, 179);
static kaleidoscope::LEDSolidColor solidAzure(240, 255, 255);
static kaleidoscope::LEDSolidColor solidSlateGray(112, 128, 144);
static kaleidoscope::LEDSolidColor solidSaddleBrown(139, 69, 19);
// These static effects turn your keyboard's LEDs a variety of colors
// &solidRed, &solidOrange, &solidYellow, &solidGreen, &solidBlue, &solidIndigo, &solidViolet, &solidAqua, &solidBlue255, &solidGray, &solidSilver, &solidTeal,
// &solidTeal, &solidRed, &solidGray, &solidGreen, &solidBlue, &solidCyan,
&solidNavajoWhite, &solidFDE, &solidCyan, &solidSlateGray, &solidIndigo, &solidDarkEarth,
// &solidWheat, &solidAzure, &solidSlateGray,
// &solidCyan, &solidIndigo, &solidDarkEarth, &solidRed, &solidGreen, &solidSaddleBrown,
I’m going to try a few other color schemes. I have not tried the rj45 reconnect because my M01 is tented and unplugging the usb is less hassle than removing the slider bar.