Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NI Traktor Kontrol S2 Mk1: add controller mapping #3905

Merged
merged 18 commits into from
Jan 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions res/controllers/Traktor Kontrol S2 Mk1.hid.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version='1.0' encoding='utf-8'?>
<MixxxControllerPreset mixxxVersion="2.3.0" schemaVersion="1">
<info>
<name>Native Instruments Traktor Kontrol S2 Mk1</name>
<author>leifhelm</author>
<description>Native Instruments Traktor Kontrol S2 MK1</description>
<manual>native_instruments_traktor_kontrol_s2_mk1</manual>
<devices>
<product protocol="hid" vendor_id="0x17cc" product_id="0x1101"/>
</devices>
</info>
<controller>
<scriptfiles>
<file functionprefix="" filename="common-hid-packet-parser.js"/>
<file functionprefix="TraktorS2MK1" filename="Traktor-Kontrol-S2-MK1-hid-scripts.js"/>
</scriptfiles>
</controller>
</MixxxControllerPreset>
Loading