diff options
Diffstat (limited to 'keyboards/treadstone48/common')
| -rw-r--r-- | keyboards/treadstone48/common/oled_helper.c | 2 | ||||
| -rw-r--r-- | keyboards/treadstone48/common/oled_helper.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/treadstone48/common/oled_helper.c b/keyboards/treadstone48/common/oled_helper.c index 18d8681a4..68adbe83a 100644 --- a/keyboards/treadstone48/common/oled_helper.c +++ b/keyboards/treadstone48/common/oled_helper.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #ifdef OLED_DRIVER_ENABLE | 1 | #ifdef OLED_ENABLE |
| 2 | #include QMK_KEYBOARD_H | 2 | #include QMK_KEYBOARD_H |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | #include <string.h> | 4 | #include <string.h> |
diff --git a/keyboards/treadstone48/common/oled_helper.h b/keyboards/treadstone48/common/oled_helper.h index 69ab70560..56c2a5b23 100644 --- a/keyboards/treadstone48/common/oled_helper.h +++ b/keyboards/treadstone48/common/oled_helper.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | #ifdef OLED_DRIVER_ENABLE | 1 | #ifdef OLED_ENABLE |
| 2 | 2 | ||
| 3 | void render_logo(void); | 3 | void render_logo(void); |
| 4 | void update_key_status(uint16_t keycode, keyrecord_t *record); | 4 | void update_key_status(uint16_t keycode, keyrecord_t *record); |
