diff options
Diffstat (limited to 'quantum/split_common/transport.h')
-rw-r--r-- | quantum/split_common/transport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/split_common/transport.h b/quantum/split_common/transport.h index f7abb9979..1d4f6ed0c 100644 --- a/quantum/split_common/transport.h +++ b/quantum/split_common/transport.h | |||
@@ -165,9 +165,9 @@ typedef struct _split_shared_memory_t { | |||
165 | uint8_t current_wpm; | 165 | uint8_t current_wpm; |
166 | #endif // defined(WPM_ENABLE) && defined(SPLIT_WPM_ENABLE) | 166 | #endif // defined(WPM_ENABLE) && defined(SPLIT_WPM_ENABLE) |
167 | 167 | ||
168 | #if defined(OLED_DRIVER_ENABLE) && defined(SPLIT_OLED_ENABLE) | 168 | #if defined(OLED_ENABLE) && defined(SPLIT_OLED_ENABLE) |
169 | uint8_t current_oled_state; | 169 | uint8_t current_oled_state; |
170 | #endif // defined(OLED_DRIVER_ENABLE) && defined(SPLIT_OLED_ENABLE) | 170 | #endif // defined(OLED_ENABLE) && defined(SPLIT_OLED_ENABLE) |
171 | 171 | ||
172 | #if defined(ST7565_ENABLE) && defined(SPLIT_ST7565_ENABLE) | 172 | #if defined(ST7565_ENABLE) && defined(SPLIT_ST7565_ENABLE) |
173 | uint8_t current_st7565_state; | 173 | uint8_t current_st7565_state; |