# Dell knob controller default configuration file
#
# See /proc/bus/input/devices to find which devices (Handlers) to use.
# KEYBOARD is the device for your keyboard's standard keys.
# MULTIMEDIA is the device for your keyboard's multimedia keys.
#
# Running "cat KEYBOARD" should give output when you press the space bar.
# Running "cat MULTIMEDIA" should give output when turn the volume knob.

KEYBOARD="/dev/input/event1"
MULTIMEDIA="/dev/input/event2"
