with the current config file for megatune, you can't directly set the proper knock value. You will either need to use the terminal console, or the keyboard and LCD display. Hopefully that will be fixed soon. wish i knew how to edit it to that extreme
So your motor has two knock sensors?
Where are they located? Or which cylinders do they cover?
if your firing order is 1-2-4-5-3
Assuming Sensor 1 covered 1,2,3 and sensor 2 covered 4,5
your config in binary would be
0 0 1 1 0 [ 0 0 0] The last three bits don't matter as they don't represent actual cylinders
So changing this into Hex it would be 30h, or in decimal 48
Hope that helps!