diff options
Diffstat (limited to 'keyboards/le_chiffre/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/le_chiffre/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/le_chiffre/keymaps/default/keymap.c b/keyboards/le_chiffre/keymaps/default/keymap.c index 5d4a4e0f9..3de991b55 100644 --- a/keyboards/le_chiffre/keymaps/default/keymap.c +++ b/keyboards/le_chiffre/keymaps/default/keymap.c | |||
@@ -90,7 +90,7 @@ combo_t key_combos[COMBO_COUNT] = { | |||
90 | }; | 90 | }; |
91 | #endif | 91 | #endif |
92 | 92 | ||
93 | #ifdef OLED_DRIVER_ENABLE //Special thanks to Sickbabies for this great OLED widget! | 93 | #ifdef OLED_ENABLE //Special thanks to Sickbabies for this great OLED widget! |
94 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 94 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
95 | return OLED_ROTATION_90; // rotates for proper orientation | 95 | return OLED_ROTATION_90; // rotates for proper orientation |
96 | } | 96 | } |