Add a placeholder config profile for the MONO JK

This commit is contained in:
mmcwilliams 2019-02-26 16:00:59 -05:00
parent aff070cdc4
commit 643e88aef3
1 changed files with 17 additions and 1 deletions

View File

@ -34,7 +34,8 @@
"black" : { "black" : {
"before" : 0, "before" : 0,
"after" : 0 "after" : 0
} },
"light" : false
}, },
"jk_original" : { "jk_original" : {
"label" : "JK45 profile", "label" : "JK45 profile",
@ -60,6 +61,21 @@
"delay" : 50, "delay" : 50,
"momentary" : 0 "momentary" : 0
} }
},
"jk_mono" : {
"label" : "MONO's JK",
"cam" : {
"time" : 750,
"delay" : 50,
"momentary" : 300
},
"proj" : {
"time" : 1300,
"delay" : 50,
"momentary" : 300
},
"light" : false,
"projector_second" : true
} }
}, },
"arduino" : { "arduino" : {