aboutsummaryrefslogtreecommitdiff
path: root/quantum/split_common/transactions.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/split_common/transactions.c')
-rw-r--r--quantum/split_common/transactions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/split_common/transactions.c b/quantum/split_common/transactions.c
index de42882df..7eb3eca3e 100644
--- a/quantum/split_common/transactions.c
+++ b/quantum/split_common/transactions.c
@@ -522,7 +522,7 @@ static void wpm_handlers_slave(matrix_row_t master_matrix[], matrix_row_t slave_
522//////////////////////////////////////////////////// 522////////////////////////////////////////////////////
523// OLED 523// OLED
524 524
525#if defined(OLED_ENABLE) && defined(SPLIT_OLED_ENABLE) 525#if defined(OLED_DRIVER_ENABLE) && defined(SPLIT_OLED_ENABLE)
526 526
527static bool oled_handlers_master(matrix_row_t master_matrix[], matrix_row_t slave_matrix[]) { 527static bool oled_handlers_master(matrix_row_t master_matrix[], matrix_row_t slave_matrix[]) {
528 static uint32_t last_update = 0; 528 static uint32_t last_update = 0;
@@ -542,7 +542,7 @@ static void oled_handlers_slave(matrix_row_t master_matrix[], matrix_row_t slave
542# define TRANSACTIONS_OLED_SLAVE() TRANSACTION_HANDLER_SLAVE(oled_handlers) 542# define TRANSACTIONS_OLED_SLAVE() TRANSACTION_HANDLER_SLAVE(oled_handlers)
543# define TRANSACTIONS_OLED_REGISTRATIONS [PUT_OLED] = trans_initiator2target_initializer(current_oled_state), 543# define TRANSACTIONS_OLED_REGISTRATIONS [PUT_OLED] = trans_initiator2target_initializer(current_oled_state),
544 544
545#else // defined(OLED_ENABLE) && defined(SPLIT_OLED_ENABLE) 545#else // defined(OLED_DRIVER_ENABLE) && defined(SPLIT_OLED_ENABLE)
546 546
547# define TRANSACTIONS_OLED_MASTER() 547# define TRANSACTIONS_OLED_MASTER()
548# define TRANSACTIONS_OLED_SLAVE() 548# define TRANSACTIONS_OLED_SLAVE()