From 1de1154b590b3911f12aa3dc5ac17334d0b5835b Mon Sep 17 00:00:00 2001 From: Shy Date: Sat, 4 Jun 2022 18:10:37 +0200 Subject: [PATCH] Enable analog sticks by default. --- front.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front.scad b/front.scad index e538db6..15fb056 100644 --- a/front.scad +++ b/front.scad @@ -100,7 +100,7 @@ led_y = true; led_gauge = true; // Aussparungen für die Analog-Sticks. -analog_sticks = false; +analog_sticks = true; /*************************************************************************