add new novation LK4 surface support

This commit is contained in:
Paul Davis
2024-08-29 18:31:00 -06:00
parent 22411416ca
commit cac849fe6d
10 changed files with 3653 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ children = [
'osc',
'console1',
'launchpad_pro',
'launchpad_x'
'launchpad_x',
'launchkey_4'
]
def options(opt):
@@ -81,6 +82,7 @@ def build(bld):
bld.recurse('console1')
bld.recurse('launchpad_pro')
bld.recurse('launchpad_x')
bld.recurse('launchkey_4')
if bld.is_defined('BUILD_WIIMOTE'):
bld.recurse('wiimote')