That's correct
I have the CH Pro Pedals. They show up in windows, they work in Lock-On, IL-2, FSX. They show up in Black Shark.
I edited the default lua files as follows
C:\Program Files (x86)\1C\Eagle Dynamics\Ka-50\Config\Input\Aircrafts\ka-50\joystick
axisCommands = {
-- joystick axes
{combos = {{key = 'JOY_X'}}, action = iCommandPlaneRoll, name = 'Flight Control Cyclic Roll'},
{combos = {{key = 'JOY_Y'}}, action = iCommandPlanePitch, name = 'Flight Control Cyclic Pitch'},
{combos = {{key = 'JOY_RZ'}}, action = iCommandPlaneRudder, name = 'Flight Control Rudder'},
{combos = {{key = 'JOY_Z'}}, action = iCommandPlaneCollective, name = 'Flight Control Collective'},
{action = iCommandPlaneThrustCommon, name = 'Throttle'},
{action = iCommandPlaneThrustLeft, name = 'Left Throttle'},
{action = iCommandPlaneThrustRight, name = 'Right Throttle'},
{action = iCommandWheelBrake, name = 'Wheel Brake'},
and
C:\Program Files (x86)\1C\Eagle Dynamics\Ka-50\Config\Input\Aircrafts\Default\joystick
axisCommands = {
-- joystick axes
--{combos = {{key = 'JOY_X'}}, action = iCommandPlaneRoll, name = 'Roll'},
--{combos = {{key = 'JOY_Y'}}, action = iCommandPlanePitch, name = 'Pitch'},
--{combos = {{key = 'JOY_RZ'}}, action = iCommandPlaneRudder, name = 'Rudder'},
--{combos = {{key = 'JOY_Z'}}, action = iCommandPlaneThrustCommon, name = 'Thrust'},
They still do nothing in game. I am using the newinput.dll file but I thought that was for another issue
What am I missing?