]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
make it easy to customize logo image
authorTakayuki Matsubara <takayuki.1229@gmail.com>
Mon, 6 Nov 2017 13:30:25 +0000 (22:30 +0900)
committerJack Humbert <jack.humb@gmail.com>
Mon, 6 Nov 2017 17:10:17 +0000 (12:10 -0500)
quantum/visualizer/resources/lcd_logo.c

index d1a0ffa7f94a9e0278b2d13f546306f815582dfa..314776c0b29688c5985ac516db4b33f111bf2783 100644 (file)
@@ -24,6 +24,7 @@
 // Update array in the source code with the C array produced by the conversion program
 
 // The image below is generated from lcd_logo.png
+__attribute__((weak))
 const uint8_t resource_lcd_logo[512] = {
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,