Fix Per Key LED Indicator Callbacks (#18450)
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -87,16 +87,6 @@ led_config_t g_led_config = {
|
||||
|
||||
// clang-format on
|
||||
|
||||
// Set custom key colors here, in order to change the RGB effect, either reserve some keys
|
||||
// in the keymap to adjust the pattern (see QMK docs, incompatible with wrapper keys) or
|
||||
// change the default pattern in config.h.
|
||||
/*
|
||||
void rgb_matrix_indicators_kb(void) {
|
||||
//rgb_matrix_set_color(0, 255, 255, 255);
|
||||
//rgb_matrix_set_color_all(0x86,0xff,0xff);
|
||||
}
|
||||
*/
|
||||
|
||||
void keyboard_pre_init_kb(void) {
|
||||
// Light power LED
|
||||
setPinOutput(POWER_LED_PIN);
|
||||
|
Reference in New Issue
Block a user