]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/claw44/ssd1306.c
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[qmk_firmware.git] / keyboards / claw44 / ssd1306.c
index 781c7226388a2a465c273c71ea085cbd48d04bc5..e32fc091c24471735c9836c4c2329b062f15c74d 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,