mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-19 06:02:01 +00:00
satisfaction75
This commit is contained in:
parent
263b514ab4
commit
9f4be17fbc
@ -8,7 +8,6 @@
|
|||||||
#include "matrix.h"
|
#include "matrix.h"
|
||||||
#include "led.h"
|
#include "led.h"
|
||||||
#include "host.h"
|
#include "host.h"
|
||||||
#include "oled_driver.h"
|
|
||||||
#include "progmem.h"
|
#include "progmem.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
@ -16,6 +15,7 @@ void draw_default(void);
|
|||||||
void draw_clock(void);
|
void draw_clock(void);
|
||||||
|
|
||||||
#ifdef OLED_ENABLE
|
#ifdef OLED_ENABLE
|
||||||
|
#include "oled_driver.h"
|
||||||
|
|
||||||
oled_rotation_t oled_init_kb(oled_rotation_t rotation) { return OLED_ROTATION_0; }
|
oled_rotation_t oled_init_kb(oled_rotation_t rotation) { return OLED_ROTATION_0; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user