Browse Source

removed screen flip

pull/16946/head
Enrique 2 years ago
parent
commit
fabf99b15e
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      keyboards/crkbd/keymaps/enriquesaenger/keymap.c

+ 0
- 7
keyboards/crkbd/keymaps/enriquesaenger/keymap.c View File

@ -71,13 +71,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
#ifdef OLED_ENABLE
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
if (!is_keyboard_master()) {
return OLED_ROTATION_180; // flips the display 180 degrees if offhand
}
return rotation;
}
#define L_BASE 0
#define L_LOWER 2
#define L_RAISE 4


Loading…
Cancel
Save