Move SSD1306 function declarations to header file
This commit is contained in:
parent
d90ac76295
commit
e3aeab356a
5 changed files with 21 additions and 14 deletions
|
@ -6,6 +6,9 @@
|
|||
#ifdef AUDIO_ENABLE
|
||||
#include "audio.h"
|
||||
#endif
|
||||
#ifdef SSD1306OLED
|
||||
#include "ssd1306.h"
|
||||
#endif
|
||||
|
||||
extern keymap_config_t keymap_config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue