Big thanks to Franky for adding all these extra bindings for the Viggen!
I am have having difficulties mapping some of the ON/OFF toggle switches.
For example:
The "RB-04/RB-15/BK Release Mode Valb/Prep" switch can be clicked to either up or down in the cockpit. However, when I map the corresponding _My Buttons binding to a switch on my throttle (VPC MT-50), the switch can only be activated in one direction. I have tried mapping the binding to a momentary switch and latched switch, but the issue still persists.
I am not sure whether the problem is being caused by my switch configuration or the coding for that particular binding:
{down = 3307, up = 3307, cockpit_device_id = devices.WEAPON_SYSTEM, value_down = 0.0, value_up = 1.0, name = 'RB-04/RB-15/BK Release Mode Valb/Prep', category = '_My Buttons'}, --working
Any help with issue would be much appreciated!