aboutsummaryrefslogtreecommitdiff
path: root/keyboards/le_chiffre/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/le_chiffre/keymaps/default/keymap.c')
-rw-r--r--keyboards/le_chiffre/keymaps/default/keymap.c2
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!
94oled_rotation_t oled_init_user(oled_rotation_t rotation) { 94oled_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}