diff options
Diffstat (limited to 'keyboards/splitkb/zima/zima.c')
-rw-r--r-- | keyboards/splitkb/zima/zima.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/splitkb/zima/zima.c b/keyboards/splitkb/zima/zima.c index 74f9c84a7..6570f3449 100644 --- a/keyboards/splitkb/zima/zima.c +++ b/keyboards/splitkb/zima/zima.c | |||
@@ -21,7 +21,7 @@ | |||
21 | extern haptic_config_t haptic_config; | 21 | extern haptic_config_t haptic_config; |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #ifdef OLED_DRIVER_ENABLE | 24 | #ifdef OLED_ENABLE |
25 | static bool is_asleep = false; | 25 | static bool is_asleep = false; |
26 | static uint32_t oled_timer; | 26 | static uint32_t oled_timer; |
27 | 27 | ||
@@ -94,7 +94,7 @@ bool process_record_kb(uint16_t keycode, keyrecord_t* record) { | |||
94 | 94 | ||
95 | #ifdef ENCODER_ENABLE | 95 | #ifdef ENCODER_ENABLE |
96 | bool encoder_update_kb(uint8_t index, bool clockwise) { | 96 | bool encoder_update_kb(uint8_t index, bool clockwise) { |
97 | # ifdef OLED_DRIVER_ENABLE | 97 | # ifdef OLED_ENABLE |
98 | oled_timer = timer_read32(); | 98 | oled_timer = timer_read32(); |
99 | # endif | 99 | # endif |
100 | # if defined(AUDIO_ENABLE) && defined(AUDIO_CLICKY) | 100 | # if defined(AUDIO_ENABLE) && defined(AUDIO_CLICKY) |