mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-01 17:30:55 +00:00
fixed channel assignments
This commit is contained in:
@@ -40,8 +40,8 @@ class CmxChannelMap:
|
|||||||
"A2" : (False, False, True),
|
"A2" : (False, False, True),
|
||||||
"AA" : (False, True, True),
|
"AA" : (False, True, True),
|
||||||
"B" : (True, True, False),
|
"B" : (True, True, False),
|
||||||
"V/AA" : (True, True, True),
|
"AA/V" : (True, True, True),
|
||||||
"V/A2" : (True, False, True)
|
"A2/V" : (True, False, True)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user