add new novation LK4 surface support
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user