Skip to content

Commit

Permalink
hotfix for sync layer trigger led change
Browse files Browse the repository at this point in the history
  • Loading branch information
LSChyi committed Feb 19, 2024
1 parent 0bae850 commit f402887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/split_common/transactions.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ static bool layer_state_handlers_master(matrix_row_t master_matrix[], matrix_row
static void layer_state_handlers_slave(matrix_row_t master_matrix[], matrix_row_t slave_matrix[]) {
layer_state = split_shmem->layers.layer_state;
default_layer_state = split_shmem->layers.default_layer_state;
layer_state_set_kb(layer_state);
}

// clang-format off
Expand Down

0 comments on commit f402887

Please sign in to comment.