diff options
Diffstat (limited to 'quantum/split_common/transaction_id_define.h')
-rw-r--r-- | quantum/split_common/transaction_id_define.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/split_common/transaction_id_define.h b/quantum/split_common/transaction_id_define.h index 464c73478..3b78402d4 100644 --- a/quantum/split_common/transaction_id_define.h +++ b/quantum/split_common/transaction_id_define.h | |||
@@ -70,6 +70,14 @@ enum serial_transaction_id { | |||
70 | PUT_WPM, | 70 | PUT_WPM, |
71 | #endif // defined(WPM_ENABLE) && defined(SPLIT_WPM_ENABLE) | 71 | #endif // defined(WPM_ENABLE) && defined(SPLIT_WPM_ENABLE) |
72 | 72 | ||
73 | #if defined(OLED_ENABLE) && defined(SPLIT_OLED_ENABLE) | ||
74 | PUT_OLED, | ||
75 | #endif // defined(WPM_ENABLE) && defined(SPLIT_OLED_ENABLE) | ||
76 | |||
77 | #if defined(ST7565_ENABLE) && defined(SPLIT_ST7565_ENABLE) | ||
78 | PUT_ST7565, | ||
79 | #endif // defined(ST7565_ENABLE) && defined(SPLIT_ST7565_ENABLE) | ||
80 | |||
73 | #if defined(SPLIT_TRANSACTION_IDS_KB) || defined(SPLIT_TRANSACTION_IDS_USER) | 81 | #if defined(SPLIT_TRANSACTION_IDS_KB) || defined(SPLIT_TRANSACTION_IDS_USER) |
74 | PUT_RPC_INFO, | 82 | PUT_RPC_INFO, |
75 | PUT_RPC_REQ_DATA, | 83 | PUT_RPC_REQ_DATA, |