aboutsummaryrefslogtreecommitdiff
path: root/keyboards/treadstone48/common
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/treadstone48/common')
-rw-r--r--keyboards/treadstone48/common/oled_helper.c2
-rw-r--r--keyboards/treadstone48/common/oled_helper.h2
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
3void render_logo(void); 3void render_logo(void);
4void update_key_status(uint16_t keycode, keyrecord_t *record); 4void update_key_status(uint16_t keycode, keyrecord_t *record);