diff options
Diffstat (limited to 'keyboards/palette1202/palette1202.c')
-rw-r--r-- | keyboards/palette1202/palette1202.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/palette1202/palette1202.c b/keyboards/palette1202/palette1202.c index be7fd6443..a193964e3 100644 --- a/keyboards/palette1202/palette1202.c +++ b/keyboards/palette1202/palette1202.c | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | // initialize OLED if OLED is enabled | 18 | // initialize OLED if OLED is enabled |
19 | #ifdef OLED_ENABLE | 19 | #ifdef OLED_ENABLE |
20 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 20 | oled_rotation_t oled_init_kb(oled_rotation_t rotation) { |
21 | return OLED_ROTATION_180; | 21 | return OLED_ROTATION_180; |
22 | } | 22 | } |
23 | #endif | 23 | #endif |