diff options
| author | Ryan <fauxpark@gmail.com> | 2023-08-01 00:43:10 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-31 15:43:10 +0100 |
| commit | 6018b56c5595b97e45837d1ee9c96d9c3d795c43 (patch) | |
| tree | 9c725ed754a496c10a479c83e456f99e7f127ef2 /quantum/split_common | |
| parent | f407d9059878087bdc458479247d908c88f8d89d (diff) | |
Remove old OLED API code (#21651)
Diffstat (limited to 'quantum/split_common')
| -rw-r--r-- | quantum/split_common/split_util.c | 3 | ||||
| -rw-r--r-- | quantum/split_common/split_util.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/quantum/split_common/split_util.c b/quantum/split_common/split_util.c index fca95e0847..5d044c4ea0 100644 --- a/quantum/split_common/split_util.c +++ b/quantum/split_common/split_util.c | |||
| @@ -206,9 +206,6 @@ void split_pre_init(void) { | |||
| 206 | #endif | 206 | #endif |
| 207 | 207 | ||
| 208 | if (is_keyboard_master()) { | 208 | if (is_keyboard_master()) { |
| 209 | #if defined(USE_I2C) && defined(SSD1306OLED) | ||
| 210 | matrix_master_OLED_init(); | ||
| 211 | #endif | ||
| 212 | transport_master_init(); | 209 | transport_master_init(); |
| 213 | } | 210 | } |
| 214 | } | 211 | } |
diff --git a/quantum/split_common/split_util.h b/quantum/split_common/split_util.h index ab42c85e9f..f83b05b6a6 100644 --- a/quantum/split_common/split_util.h +++ b/quantum/split_common/split_util.h | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | 7 | ||
| 8 | extern volatile bool isLeftHand; | 8 | extern volatile bool isLeftHand; |
| 9 | 9 | ||
| 10 | void matrix_master_OLED_init(void); | ||
| 11 | void split_pre_init(void); | 10 | void split_pre_init(void); |
| 12 | void split_post_init(void); | 11 | void split_post_init(void); |
| 13 | 12 | ||
