keyboard/qmk/lib/ugfx/demos/3rdparty/bubbles
2020-09-24 23:24:14 -04:00
..
demo.mk Add back qmk firmware that's been updated for kemonine setups 2020-09-24 23:24:14 -04:00
gfxconf.h Add back qmk firmware that's been updated for kemonine setups 2020-09-24 23:24:14 -04:00
main.c Add back qmk firmware that's been updated for kemonine setups 2020-09-24 23:24:14 -04:00
readme.txt Add back qmk firmware that's been updated for kemonine setups 2020-09-24 23:24:14 -04:00

In order to run this demo you will have to link against the math libs.
You can do this by adding   -lm   to the   LIBS   variable in your Makefile:

    LIBS = -lm