diff options
Diffstat (limited to 'keyboards/ramonimbao/herringbone/pro/keymaps/iso/keymap.c')
-rw-r--r-- | keyboards/ramonimbao/herringbone/pro/keymaps/iso/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ramonimbao/herringbone/pro/keymaps/iso/keymap.c b/keyboards/ramonimbao/herringbone/pro/keymaps/iso/keymap.c index 1458b19c2..3409fbc16 100644 --- a/keyboards/ramonimbao/herringbone/pro/keymaps/iso/keymap.c +++ b/keyboards/ramonimbao/herringbone/pro/keymaps/iso/keymap.c | |||
@@ -28,7 +28,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
28 | ), | 28 | ), |
29 | }; | 29 | }; |
30 | 30 | ||
31 | #ifdef OLED_DRIVER_ENABLE | 31 | #ifdef OLED_ENABLE |
32 | uint32_t anim_timer = 0; | 32 | uint32_t anim_timer = 0; |
33 | uint32_t anim_sleep = 0; | 33 | uint32_t anim_sleep = 0; |
34 | uint8_t current_frame = 0; | 34 | uint8_t current_frame = 0; |