From 643e88aef36db70250800eae7054cbd7fb7b7e56 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Tue, 26 Feb 2019 16:00:59 -0500 Subject: [PATCH] Add a placeholder config profile for the MONO JK --- app/data/cfg.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/app/data/cfg.json b/app/data/cfg.json index 5d8d19f..d726a0f 100644 --- a/app/data/cfg.json +++ b/app/data/cfg.json @@ -34,7 +34,8 @@ "black" : { "before" : 0, "after" : 0 - } + }, + "light" : false }, "jk_original" : { "label" : "JK45 profile", @@ -60,6 +61,21 @@ "delay" : 50, "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" : {