diff options
Diffstat (limited to 'spaghetti-monster/chan-aux.c')
| -rw-r--r-- | spaghetti-monster/chan-aux.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/spaghetti-monster/chan-aux.c b/spaghetti-monster/chan-aux.c deleted file mode 100644 index e04e6a2..0000000 --- a/spaghetti-monster/chan-aux.c +++ /dev/null @@ -1,11 +0,0 @@ -// 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) { - indicator_led(!(!(level)) << 1); // high (or off) -} - -bool gradual_tick_null(uint8_t gt) { return true; } // do nothing - |
