hi, i just got my first zmk keyboard (corne) and currently trying to set up mouse keys.
currently using ftc and following this guide. https://gist.github.com/krissen/dd27082e7ab0575619c7a31f4d2ec7ae
and im encountering the same problem as this FilipParyz, i.e., when trying to build the firmware, i have to disable display in order for mouse keys to work.
this is my build and the error shown:
https://github.com/baggiiiie/zmk-config/actions/runs/6720164100/job/18263158822
/__w/zmk-config/zmk-config/config/corne.conf:9: warning: attempt to assign the value 'y' to the undefined symbol ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE
would be much appreciated if anyone can shed some light on this issue, thanks in advance!