Skip to content

Commit

Permalink
kontrol_s5: initial commit, see #98
Browse files Browse the repository at this point in the history
This commit imports a whole bunch of code from the Maschine MK3
driver, and reworks it for the Kontrol S5. Most of the code here
is garbage, and needs to be removed / cleaned up.

When running examples/ctlra_simple, the driver now turns on all
LEDs, and on shutdown Ctrl+C, it turns them off again.

Signed-off-by: Harry van Haaren <[email protected]>
  • Loading branch information
harryhaaren committed Aug 10, 2020
1 parent 5e73916 commit ed7a3dc
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ctlra/devices/meson.build
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
devices_src = files('3dconnexion.c',
'ni_kontrol_f1.c',
'ni_kontrol_d2.c',
'ni_kontrol_x1_mk2.c',
'ni_kontrol_f1.c',
'ni_kontrol_s2_mk2.c',
'ni_kontrol_s5.c',
'ni_kontrol_x1_mk2.c',
'ni_kontrol_z1.c',
'ni_maschine_jam.c',
'ni_maschine_mk3.c',
Expand Down
Loading

0 comments on commit ed7a3dc

Please sign in to comment.