diff options
Diffstat (limited to 'keyboards/crkbd/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/crkbd/keymaps/default/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/crkbd/keymaps/default/keymap.c b/keyboards/crkbd/keymaps/default/keymap.c index 0bc459126..88d40ee40 100644 --- a/keyboards/crkbd/keymaps/default/keymap.c +++ b/keyboards/crkbd/keymaps/default/keymap.c | |||
@@ -70,7 +70,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
70 | ) | 70 | ) |
71 | }; | 71 | }; |
72 | 72 | ||
73 | #ifdef OLED_DRIVER_ENABLE | 73 | #ifdef OLED_ENABLE |
74 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 74 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
75 | if (!is_keyboard_master()) { | 75 | if (!is_keyboard_master()) { |
76 | return OLED_ROTATION_180; // flips the display 180 degrees if offhand | 76 | return OLED_ROTATION_180; // flips the display 180 degrees if offhand |
@@ -172,4 +172,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
172 | } | 172 | } |
173 | return true; | 173 | return true; |
174 | } | 174 | } |
175 | #endif // OLED_DRIVER_ENABLE | 175 | #endif // OLED_ENABLE |