diff options
| author | Selene ToyKeeper | 2021-11-03 02:42:12 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-11-03 02:42:12 -0600 |
| commit | ccacc3931e1dd3e27483c930b40326c968f1e91e (patch) | |
| tree | 15eef201961e9af0f6fbf161230bebeb116e4b05 /spaghetti-monster | |
| parent | documented number entry 1H action (add 10) in UI table (diff) | |
| download | anduril-ccacc3931e1dd3e27483c930b40326c968f1e91e.tar.gz anduril-ccacc3931e1dd3e27483c930b40326c968f1e91e.tar.bz2 anduril-ccacc3931e1dd3e27483c930b40326c968f1e91e.zip | |
added KR4-tintramp build
(is basically identical to D4Sv2-tintramp, but with the switch on a different pin,
and no button LED)
Diffstat (limited to 'spaghetti-monster')
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-kr4-tintramp.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 + |
