From 74487cbbe4e75a60576ed73a20dba670e0305d87 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Mon, 28 Aug 2017 02:14:19 -0600 Subject: Adjusted default ramp values for general-purpose use. --- spaghetti-monster/anduril.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spaghetti-monster/anduril.c b/spaghetti-monster/anduril.c index 9799190..e169f18 100644 --- a/spaghetti-monster/anduril.c +++ b/spaghetti-monster/anduril.c @@ -70,11 +70,11 @@ void save_config(); uint8_t memorized_level = MAX_1x7135; // smooth vs discrete ramping volatile uint8_t ramp_style = 0; // 0 = smooth, 1 = discrete -volatile uint8_t ramp_smooth_floor = 1; +volatile uint8_t ramp_smooth_floor = 5; volatile uint8_t ramp_smooth_ceil = MAX_LEVEL - 30; -volatile uint8_t ramp_discrete_floor = 15; +volatile uint8_t ramp_discrete_floor = 20; volatile uint8_t ramp_discrete_ceil = MAX_LEVEL - 30; -volatile uint8_t ramp_discrete_steps = 5; +volatile uint8_t ramp_discrete_steps = 7; uint8_t ramp_discrete_step_size; // don't set this // calculate the nearest ramp level which would be valid at the moment -- cgit v1.2.3