From 8fa7bb422921b625520b22595ce1edfda4beaa22 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Tue, 2 May 2023 04:47:38 -0600 Subject: converted Wurkkos TS10 build (and made its ramp smoother w/ better low modes) --- spaghetti-monster/chan-aux.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spaghetti-monster/chan-aux.h (limited to 'spaghetti-monster/chan-aux.h') diff --git a/spaghetti-monster/chan-aux.h b/spaghetti-monster/chan-aux.h new file mode 100644 index 0000000..c8264bd --- /dev/null +++ b/spaghetti-monster/chan-aux.h @@ -0,0 +1,9 @@ +// channel modes for single color aux LEDs +// Copyright (C) 2023 Selene ToyKeeper +// SPDX-License-Identifier: GPL-3.0-or-later +#pragma once + +void set_level_aux(uint8_t level); + +bool gradual_tick_null(uint8_t gt); + -- cgit v1.2.3