From 8d022eba3b741bd2a1253df09c01d75e340b492a Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 3 Nov 2023 06:39:50 -0600 Subject: renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1) (still need to update file contents afterward, but doing it in a separate commit so git can detect renames easier) --- hw/sofirn/sc21-pro/anduril.h | 14 ++++++++++++++ hw/sofirn/sc21-pro/cfg.h | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 hw/sofirn/sc21-pro/anduril.h delete mode 100644 hw/sofirn/sc21-pro/cfg.h (limited to 'hw/sofirn/sc21-pro') diff --git a/hw/sofirn/sc21-pro/anduril.h b/hw/sofirn/sc21-pro/anduril.h new file mode 100644 index 0000000..febd1dd --- /dev/null +++ b/hw/sofirn/sc21-pro/anduril.h @@ -0,0 +1,14 @@ +// Sofirn SC21 Pro - same setup as a Wurkkos TS10, but with the aux indicator on while ramping +// Copyright (C) 2022-2023 (FIXME) +// SPDX-License-Identifier: GPL-3.0-or-later +#pragma once + +#include "wurkkos/ts10/cfg.h" +#undef MODEL_NUMBER +#define MODEL_NUMBER "0632" +// ATTINY: 1616 + +// turn on the aux LED while main LED is on +#ifndef USE_INDICATOR_LED_WHILE_RAMPING +#define USE_INDICATOR_LED_WHILE_RAMPING +#endif diff --git a/hw/sofirn/sc21-pro/cfg.h b/hw/sofirn/sc21-pro/cfg.h deleted file mode 100644 index febd1dd..0000000 --- a/hw/sofirn/sc21-pro/cfg.h +++ /dev/null @@ -1,14 +0,0 @@ -// Sofirn SC21 Pro - same setup as a Wurkkos TS10, but with the aux indicator on while ramping -// Copyright (C) 2022-2023 (FIXME) -// SPDX-License-Identifier: GPL-3.0-or-later -#pragma once - -#include "wurkkos/ts10/cfg.h" -#undef MODEL_NUMBER -#define MODEL_NUMBER "0632" -// ATTINY: 1616 - -// turn on the aux LED while main LED is on -#ifndef USE_INDICATOR_LED_WHILE_RAMPING -#define USE_INDICATOR_LED_WHILE_RAMPING -#endif -- cgit v1.2.3