diff options
Diffstat (limited to 'keyboards/crkbd/keymaps/dsanchezseco/keymap.c')
-rw-r--r-- | keyboards/crkbd/keymaps/dsanchezseco/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/keymap.c b/keyboards/crkbd/keymaps/dsanchezseco/keymap.c index 6cf593bc3..11690b029 100644 --- a/keyboards/crkbd/keymaps/dsanchezseco/keymap.c +++ b/keyboards/crkbd/keymaps/dsanchezseco/keymap.c | |||
@@ -75,7 +75,7 @@ layer_state_t layer_state_set_user(layer_state_t state) { | |||
75 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); | 75 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); |
76 | } | 76 | } |
77 | 77 | ||
78 | #ifdef OLED_DRIVER_ENABLE | 78 | #ifdef OLED_ENABLE |
79 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 79 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
80 | if (!is_keyboard_left()) | 80 | if (!is_keyboard_left()) |
81 | return OLED_ROTATION_180; // flips the display 180 to see it from my side | 81 | return OLED_ROTATION_180; // flips the display 180 to see it from my side |