Rename ledmatrix.h to match .c file (#7949)
This commit is contained in:
parent
8fc8a940b9
commit
6b3e56b889
20 changed files with 31 additions and 31 deletions
|
@ -659,7 +659,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
led_instruction_t led_instructions[] = {
|
||||
//LEDs are normally inactive, no processing is performed on them
|
||||
//Flags are used in matching criteria for an LED to be active and indicate how to color it
|
||||
//Flags can be found in tmk_core/protocol/arm_atsam/led_matrix.h (prefixed with LED_FLAG_)
|
||||
//Flags can be found in tmk_core/protocol/arm_atsam/md_rgb_matrix.h (prefixed with LED_FLAG_)
|
||||
//LED IDs can be found in config_led.h in the keyboard's directory
|
||||
//Examples are below
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue