aboutsummaryrefslogtreecommitdiff
path: root/hw/sofirn/sc21-pro/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sofirn/sc21-pro/cfg.h')
-rw-r--r--hw/sofirn/sc21-pro/cfg.h14
1 files changed, 0 insertions, 14 deletions
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