HayBox icon indicating copy to clipboard operation
HayBox copied to clipboard

Configurator Branch - Inputs for mode change / default mode

Open glicnak opened this issue 1 year ago • 2 comments

I've been trying to make my own modes using the configurator branch, but I can't seem to find where to change the default modes when plugging into switch / pc (it used to be in config.cpp in setup () )... and I also can't find where to change the button inputs to change modes on the fly... There is no "mode_selection.hpp" in config... and the one in core (both src and include) doesn't seem to have this.. Any help would be appreciated!!

glicnak avatar Jul 15 '24 15:07 glicnak

Note: I am able to make a new mode and have it compile... I just don't know where to set the inputs to change to it.. also I'd want it to be the default for Xinput config, but I can't find that either :\

glicnak avatar Jul 15 '24 18:07 glicnak

You can do this through the configurator now. Hold c-down on plugin for configurator mode and see https://github.com/JonnyHaystack/haybox-cli and https://haybox.dev/proto for documentation on config format

JonnyHaystack avatar Jul 29 '24 22:07 JonnyHaystack