diff options
Diffstat (limited to 'users/snowe/oled_setup.c')
-rw-r--r-- | users/snowe/oled_setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/snowe/oled_setup.c b/users/snowe/oled_setup.c index b3e04df45..3d21ea9f0 100644 --- a/users/snowe/oled_setup.c +++ b/users/snowe/oled_setup.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #ifdef OLED_DRIVER_ENABLE | 19 | #ifdef OLED_ENABLE |
20 | 20 | ||
21 | # include QMK_KEYBOARD_H | 21 | # include QMK_KEYBOARD_H |
22 | # include "quantum.h" | 22 | # include "quantum.h" |
@@ -138,4 +138,4 @@ void oled_task_user(void) { | |||
138 | } | 138 | } |
139 | } | 139 | } |
140 | 140 | ||
141 | #endif // OLED_DRIVER_ENABLE | 141 | #endif // OLED_ENABLE |