From ccacc3931e1dd3e27483c930b40326c968f1e91e Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 3 Nov 2021 02:42:12 -0600 Subject: added KR4-tintramp build (is basically identical to D4Sv2-tintramp, but with the switch on a different pin, and no button LED) --- spaghetti-monster/anduril/cfg-noctigon-kr4-tintramp.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 spaghetti-monster/anduril/cfg-noctigon-kr4-tintramp.h (limited to 'spaghetti-monster') diff --git a/spaghetti-monster/anduril/cfg-noctigon-kr4-tintramp.h b/spaghetti-monster/anduril/cfg-noctigon-kr4-tintramp.h new file mode 100644 index 0000000..f19744d --- /dev/null +++ b/spaghetti-monster/anduril/cfg-noctigon-kr4-tintramp.h @@ -0,0 +1,12 @@ +// Noctigon KR4 tint-ramping config options for Anduril +// (basically the same as Emisar D4S V2 tint-ramping, +// but switch on a different pin, and no lighted button) +// ATTINY: 1634 +#include "hwdef-Noctigon_KR4-tintramp.h" +#include "cfg-emisar-d4sv2-tintramp.h" +#undef MODEL_NUMBER +#define MODEL_NUMBER "0215" + +// the button doesn't light up +#undef USE_BUTTON_LED + -- cgit v1.2.3