--- /dev/null
+# [InputDevice] - define input device information to control event
+# InputDeviceType=string
+# - define input device type to distinguish input devices.
+# Available input device type - keyboard/mouse/custom_knob
+# InputDeviceId=integer
+# - define an integer to control input device event node.
+# This id number is exist under the /sys/class/input/input(id) path.
+# InputDeviceName=string
+# - define input device name. Maximum name length is 32 include null character.
+# InputDeviceDefault=string
+# - define default input device. Value is "yes" or "no"
+# Only one input device should be specified for each InputDeviceType.
+# It's not allowed serveral default devices for a InputDeviceType.
+
+#[InputDevice]
+#InputDeviceType=custom_knob
+#InputDeviceId=6
+#InputDeviceName=input_knob_1
+#InputDeviceDefault=yes
+
+#[InputDevice]
+#InputDeviceType=custom_knob
+#InputDeviceId=3
+#InputDeviceName=input_knob_2
+#InputDeviceDefault=no
+
+#[InputDevice]
+#InputDeviceType=keyboard
+#InputDeviceId=4
+#InputDeviceName=keyboard1
+#InputDeviceDefault=yes
+
+#[InputDevice]
+#InputDeviceType=mouse
+#InputDeviceId=5
+#InputDeviceName=mouse1
+#InputDeviceDefault=yes
\ No newline at end of file