summaryrefslogtreecommitdiffstats
path: root/res/controllers/HID Keyboard.hid.xml.example
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2013-06-19 00:46:54 -0400
committerRJ Ryan <rryan@mixxx.org>2013-06-19 00:46:54 -0400
commit25d57b59dff3947212909634864dd82365c9606b (patch)
treef0d0f8a048f8ed2f45c5ff015fc96891662f72f1 /res/controllers/HID Keyboard.hid.xml.example
parente50f9f168fa08f2be6d0f13e8a225bbcc9de09bb (diff)
Moving mixxx/* to the root. A new era begins!
Diffstat (limited to 'res/controllers/HID Keyboard.hid.xml.example')
-rw-r--r--res/controllers/HID Keyboard.hid.xml.example18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/controllers/HID Keyboard.hid.xml.example b/res/controllers/HID Keyboard.hid.xml.example
new file mode 100644
index 0000000000..c4be603bff
--- /dev/null
+++ b/res/controllers/HID Keyboard.hid.xml.example
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<MixxxControllerPreset schemaVersion="1" mixxxVersion="1.11+">
+ <info>
+ <name>Apple Bluetooth Keyboard</name>
+ <author>Ilkka Tuohela</author>
+ <description>HID example for Apple Bluetooth Keyboard</description>
+ <devices>
+ <product protocol="hid" vendor_id="0x5ac" product_id="0x23a" usage_page="0x1" usage="0x6" interface_number="0x1" />
+ </devices>
+ </info>
+ <controller id="Apple Bluetooth Keyboard">
+ <scriptfiles>
+ <file filename="common-hid-packet-parser.js" functionprefix=""/>
+ <file filename="common-hid-devices.js" functionprefix=""/>
+ <file filename="Apple Bluetooth Keyboard.js" functionprefix="AppleBluetoothKeyboard"/>
+ </scriptfiles>
+ </controller>
+</MixxxControllerPreset>