I don't have a LEDWiz to test this, but do people have to generate a config file for each ROM? Like I mean do I need to write some special program to generate the configs?
Yes, like the LCDGen application.
If there needs to be one, I don't mind writing one for the community, but I would need to know the format.
Have a look at the MaLa LEDWiz plugin docs. You can find an example of a config file in the zip file too. Its a simple text file, something like that:
P1_START,1,SINGLE,0,0,0,0,0,0,1,48
P1_BUTTON1,1,SINGLE,0,0,0,0,0,0,3,48
P1_BUTTON2,1,SINGLE,0,0,0,0,0,0,5,48
P1_BUTTON3,1,SINGLE,0,0,0,0,0,0,7,48
P2_START,1,SINGLE,0,0,0,0,0,0,9,48
P2_BUTTON1,1,SINGLE,0,0,0,0,0,0,11,48
P2_BUTTON2,1,SINGLE,0,0,0,0,0,0,13,48
P2_BUTTON3,1,SINGLE,0,0,0,0,0,0,14,48
....