Skip to content

Commit

Permalink
Fix spelling mistake regarding LED Matrix in split_common. (qmk#12888)
Browse files Browse the repository at this point in the history
  • Loading branch information
firetech authored and nhongooi committed Dec 5, 2021
1 parent ae3fefa commit defb5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/split_common/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ bool transport_master(matrix_row_t master_matrix[], matrix_row_t slave_matrix[])
# endif

# if defined(LED_MATRIX_ENABLE) && defined(LED_MATRIX_SPLIT)
serial_m2s_buffer.led_matrix = led_matrix_econfig;
serial_m2s_buffer.led_matrix = led_matrix_eeconfig;
serial_m2s_buffer.led_suspend_state = led_matrix_get_suspend_state();
# endif
# if defined(RGB_MATRIX_ENABLE) && defined(RGB_MATRIX_SPLIT)
Expand Down

0 comments on commit defb5ac

Please sign in to comment.