From fbf406e92d93fa2f609286183efd391343319628 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Sat, 16 Nov 2019 16:21:07 -0500 Subject: [PATCH] demo configuration --- buttons.cfg | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/buttons.cfg b/buttons.cfg index fd54fd6..284aeb1 100644 --- a/buttons.cfg +++ b/buttons.cfg @@ -1,17 +1,22 @@ [button] - names=switch1,switch2,switch3 + names=switch1,switch2,switch3,switch4 [switch1] - pin: 4 + pin: 12 close: "gm21/2" open: "gm21/1" [switch2] - pin: 5 + pin: 16 close: "gm22/2" open: "gm22/1" [switch3] - pin: 6 + pin: 20 close: "gm23/2" open: "gm23/1" + +[switch4] + pin: 21 + close: "gm24/2" + open: "gm24/1"