it actually compiled

This commit is contained in:
Shmokebud 2025-06-19 16:41:03 -04:00
parent e5548e5944
commit 738f6602ab
2 changed files with 1 additions and 5 deletions

View file

@ -85,7 +85,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// if we can't load, exit without drawing
painter_image_handle_t image = qp_load_image_mem(gfx);
if (image != NULL) {
qp_drawimage(display, 0, 0, gfx_bao); // fill up the arguments
qp_drawimage(display, 0, 0, image); // fill up the arguments
qp_load_image_mem(image);
}

View file

@ -6,7 +6,3 @@ QUANTUM_PAINTER_DRIVERS += st7789_spi
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
POINTING_DEVICE_ENABLE = yes
VIALRGB_ENABLE = yes
SRC += bao.qgf.c
SRC += numi.qgf.c
SRC += mouse.qgf.c
SRC += nyanners.qgf.c