Skip to content

Commit

Permalink
feat: added device id for Kontrol S61 MK3
Browse files Browse the repository at this point in the history
  • Loading branch information
tillt committed Dec 27, 2023
1 parent 1474a47 commit 2824665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions KompleteSynthesia/USBController.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
const uint32_t kPID_S88MK2 = 0x1630;

// MK3 controllers.
const uint32_t kPID_S49MK3 = 0x1710; // FIXME: NO IDEA - THESE ARE PLACEHOLDERS SO FAR
const uint32_t kPID_S61MK3 = 0x1720; // FIXME: NO IDEA - THESE ARE PLACEHOLDERS SO FAR
const uint32_t kPID_S88MK3 = 0x1730; // FIXME: NO IDEA - THESE ARE PLACEHOLDERS SO FAR
const uint32_t kPID_S49MK3 = 0x2200; // FIXME: NO IDEA - THESE ARE PLACEHOLDERS SO FAR
const uint32_t kPID_S61MK3 = 0x2210; // Confirmed, thanks to @Bounga.
const uint32_t kPID_S88MK3 = 0x2220; // FIXME: NO IDEA - THESE ARE PLACEHOLDERS SO FAR

const uint32_t kUSBDeviceInterface = 0x03; // FIXME: Possibly MK2 specific.
const uint32_t kUSBDeviceInterfaceEndpoint = 0x03; // FIXME: Possibly MK2 specific.
Expand Down

0 comments on commit 2824665

Please sign in to comment.