M keyboards/claw44/ssd1306.c => keyboards/claw44/ssd1306.c +1 -1
@@ 13,7 13,7 @@
#include "sendchar.h"
#include "timer.h"
-static const unsigned char font[] PROGMEM;
+extern const unsigned char font[] PROGMEM;
// Set this to 1 to help diagnose early startup problems
// when testing power-on with ble. Turn it off otherwise,
M keyboards/comet46/ssd1306.c => keyboards/comet46/ssd1306.c +1 -1
@@ 13,7 13,7 @@
#include "sendchar.h"
#include "timer.h"
-static const unsigned char font[] PROGMEM;
+extern const unsigned char font[] PROGMEM;
// Set this to 1 to help diagnose early startup problems
// when testing power-on with ble. Turn it off otherwise,
M keyboards/crkbd/ssd1306.c => keyboards/crkbd/ssd1306.c +1 -1
@@ 13,7 13,7 @@
#include "sendchar.h"
#include "timer.h"
-static const unsigned char font[] PROGMEM;
+extern const unsigned char font[] PROGMEM;
// Set this to 1 to help diagnose early startup problems
// when testing power-on with ble. Turn it off otherwise,
M keyboards/lily58/ssd1306.c => keyboards/lily58/ssd1306.c +1 -1
@@ 13,7 13,7 @@
#include "sendchar.h"
#include "timer.h"
-static const unsigned char font[] PROGMEM;
+extern const unsigned char font[] PROGMEM;
// Set this to 1 to help diagnose early startup problems
// when testing power-on with ble. Turn it off otherwise,
M keyboards/yosino58/ssd1306.c => keyboards/yosino58/ssd1306.c +1 -1
@@ 13,7 13,7 @@
#include "sendchar.h"
#include "timer.h"
-static const unsigned char font[] PROGMEM;
+extern const unsigned char font[] PROGMEM;
// Set this to 1 to help diagnose early startup problems
// when testing power-on with ble. Turn it off otherwise,