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:
Drashna Jaelre
2022-10-04 15:24:22 -07:00
committed by GitHub
parent 09d3e27710
commit 64b1ed4550
218 changed files with 1430 additions and 1271 deletions

View File

@@ -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);