aboutsummaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/oo/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/keymaps/oo/keymap.c')
-rw-r--r--keyboards/crkbd/keymaps/oo/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/crkbd/keymaps/oo/keymap.c b/keyboards/crkbd/keymaps/oo/keymap.c
index 17d5788d6..c0416d972 100644
--- a/keyboards/crkbd/keymaps/oo/keymap.c
+++ b/keyboards/crkbd/keymaps/oo/keymap.c
@@ -60,7 +60,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
60}; 60};
61 61
62 62
63#ifdef OLED_DRIVER_ENABLE 63#ifdef OLED_ENABLE
64#include <stdio.h> 64#include <stdio.h>
65oled_rotation_t oled_init_user(oled_rotation_t rotation) { 65oled_rotation_t oled_init_user(oled_rotation_t rotation) {
66 if (!is_keyboard_master()) { 66 if (!is_keyboard_master()) {
@@ -163,4 +163,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
163 } 163 }
164 return true; 164 return true;
165} 165}
166#endif // OLED_DRIVER_ENABLE 166#endif // OLED_ENABLE