diff options
Diffstat (limited to 'keyboards/palette1202/palette1202.c')
-rw-r--r-- | keyboards/palette1202/palette1202.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/palette1202/palette1202.c b/keyboards/palette1202/palette1202.c index 74ce08319..be7fd6443 100644 --- a/keyboards/palette1202/palette1202.c +++ b/keyboards/palette1202/palette1202.c | |||
@@ -16,9 +16,8 @@ | |||
16 | #include "palette1202.h" | 16 | #include "palette1202.h" |
17 | 17 | ||
18 | // initialize OLED if OLED is enabled | 18 | // initialize OLED if OLED is enabled |
19 | #ifdef OLED_DRIVER_ENABLE | 19 | #ifdef OLED_ENABLE |
20 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 20 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
21 | return OLED_ROTATION_180; | 21 | return OLED_ROTATION_180; |
22 | } | 22 | } |
23 | #endif | 23 | #endif |
24 | \ No newline at end of file | ||