1 # Device configuration for a rotary input device. 2 device.type = rotaryEncoder 3 4 # Should be (number of ticks in full rotation) / (2 PI). 5 # Here, chosen arbirarily to be 360 / (2 PI) 6 device.res = 57.295 7 8 device.scalingFactor = 0.0138 9