diff options
Diffstat (limited to 'keyboards/0xcb/static/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/0xcb/static/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/0xcb/static/keymaps/default/keymap.c b/keyboards/0xcb/static/keymaps/default/keymap.c index e83d6c904..139c257e6 100644 --- a/keyboards/0xcb/static/keymaps/default/keymap.c +++ b/keyboards/0xcb/static/keymaps/default/keymap.c | |||
@@ -92,7 +92,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { | |||
92 | #endif | 92 | #endif |
93 | 93 | ||
94 | /* oled stuff :) */ | 94 | /* oled stuff :) */ |
95 | #ifdef OLED_DRIVER_ENABLE | 95 | #ifdef OLED_ENABLE |
96 | uint16_t startup_timer = 0; | 96 | uint16_t startup_timer = 0; |
97 | 97 | ||
98 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 98 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |