aboutsummaryrefslogtreecommitdiff
path: root/keyboards/palette1202/lib/oled_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/palette1202/lib/oled_helper.h')
-rw-r--r--keyboards/palette1202/lib/oled_helper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/palette1202/lib/oled_helper.h b/keyboards/palette1202/lib/oled_helper.h
index 0d1dde461..c844264c3 100644
--- a/keyboards/palette1202/lib/oled_helper.h
+++ b/keyboards/palette1202/lib/oled_helper.h
@@ -1,7 +1,7 @@
1#pragma once 1#pragma once
2#ifdef OLED_DRIVER_ENABLE 2#ifdef OLED_ENABLE
3 3
4void render_row(int row, const char* status); 4void render_row(int row, const char* status);
5 5
6#endif /* #ifdef OLED_DRIVER_ENABLE */ 6#endif /* #ifdef OLED_ENABLE */
7 7