diff options
Diffstat (limited to 'keyboards/aeboards/ext65/rev2/rev2.c')
-rw-r--r-- | keyboards/aeboards/ext65/rev2/rev2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/aeboards/ext65/rev2/rev2.c b/keyboards/aeboards/ext65/rev2/rev2.c index ce16eb4c4..f303a122e 100644 --- a/keyboards/aeboards/ext65/rev2/rev2.c +++ b/keyboards/aeboards/ext65/rev2/rev2.c | |||
@@ -9,7 +9,7 @@ void board_init(void) { | |||
9 | SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP); | 9 | SYSCFG->CFGR1 &= ~(SYSCFG_CFGR1_SPI2_DMA_RMP); |
10 | } | 10 | } |
11 | 11 | ||
12 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 12 | oled_rotation_t oled_init_kb(oled_rotation_t rotation) { |
13 | return OLED_ROTATION_90; // rotates the display 90 degrees | 13 | return OLED_ROTATION_90; // rotates the display 90 degrees |
14 | } | 14 | } |
15 | 15 | ||