aboutsummaryrefslogtreecommitdiff
path: root/keyboards/le_chiffre/keymaps/via/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/le_chiffre/keymaps/via/keymap.c')
-rw-r--r--keyboards/le_chiffre/keymaps/via/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/le_chiffre/keymaps/via/keymap.c b/keyboards/le_chiffre/keymaps/via/keymap.c
index fcb546374..59cf17009 100644
--- a/keyboards/le_chiffre/keymaps/via/keymap.c
+++ b/keyboards/le_chiffre/keymaps/via/keymap.c
@@ -49,7 +49,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
49 return true; 49 return true;
50} 50}
51 51
52#ifdef OLED_DRIVER_ENABLE //Special thanks to Sickbabies for this great OLED widget! 52#ifdef OLED_ENABLE //Special thanks to Sickbabies for this great OLED widget!
53oled_rotation_t oled_init_user(oled_rotation_t rotation) { 53oled_rotation_t oled_init_user(oled_rotation_t rotation) {
54 return OLED_ROTATION_90; // rotates for proper orientation 54 return OLED_ROTATION_90; // rotates for proper orientation
55} 55}