]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/crkbd/ssd1306.c
[Keyboard] Snagpad Configurator bugfix and readme refactor (#6381)
[qmk_firmware.git] / keyboards / crkbd / ssd1306.c
index 4330c8497db232faba2710577ca8655efe38cbe1..20c2738db774d0d02bf21aa0bcf5228364b98c36 100644 (file)
@@ -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,