1
// Emisar D1v2 (linear only, no DDFET) config options for Anduril
2
// (2022 re-issue / update of old D1)
3
// Copyright (C) 2022-2023 Selene ToyKeeper
4
// SPDX-License-Identifier: GPL-3.0-or-later
8
// similar to a Noctigon KR4, sort of
9
#include "cfg-noctigon-kr4-nofet.h"
11
#define MODEL_NUMBER "0125"
13
// some models use a simple button LED, others use RGB...
14
// ... so include support for both
15
#define USE_BUTTON_LED
16
// the aux LEDs are in the button, so use them while main LEDs are on
17
#define USE_AUX_RGB_LEDS
18
#define USE_AUX_RGB_LEDS_WHILE_ON 25
19
#define USE_INDICATOR_LED_WHILE_RAMPING
21
// safe limit: same as regular ramp
23
#define SIMPLE_UI_CEIL RAMP_SMOOTH_CEIL