diff options
| author | Selene ToyKeeper | 2019-11-25 18:56:37 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2019-11-25 18:56:37 -0700 |
| commit | 87ab9d1162174c1844b1d60c6444391ebf9afddf (patch) | |
| tree | a5b774fa04d1ccc52505155f4f34a33ea90983d4 | |
| parent | merged upstream fsm branch (diff) | |
| download | anduril-87ab9d1162174c1844b1d60c6444391ebf9afddf.tar.gz anduril-87ab9d1162174c1844b1d60c6444391ebf9afddf.tar.bz2 anduril-87ab9d1162174c1844b1d60c6444391ebf9afddf.zip | |
renamed Emisar D1S V2 -> Noctigon K1
Diffstat (limited to '')
| -rw-r--r-- | hwdef-Noctigon_K1.h (renamed from hwdef-Emisar_D1Sv2.h) | 7 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-k1.h (renamed from spaghetti-monster/anduril/cfg-emisar-d1sv2.h) | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/hwdef-Emisar_D1Sv2.h b/hwdef-Noctigon_K1.h index d76d701..031bec0 100644 --- a/hwdef-Emisar_D1Sv2.h +++ b/hwdef-Noctigon_K1.h @@ -1,7 +1,8 @@ -#ifndef HWDEF_EMISAR_D1SV2_H -#define HWDEF_EMISAR_D1SV2_H +#ifndef HWDEF_NOCTIGON_K1_H +#define HWDEF_NOCTIGON_K1_H -/* Emisar D1Sv2 driver layout (attiny1634) +/* Noctigon K1 driver layout (attiny1634) + * (originally known as Emisar D1S V2) * * Pin / Name / Function * 1 PA6 (none) (PWM1B) (reserved for DD drivers) diff --git a/spaghetti-monster/anduril/cfg-emisar-d1sv2.h b/spaghetti-monster/anduril/cfg-noctigon-k1.h index 2bf6ccb..bf418c7 100644 --- a/spaghetti-monster/anduril/cfg-emisar-d1sv2.h +++ b/spaghetti-monster/anduril/cfg-noctigon-k1.h @@ -1,5 +1,6 @@ -// Emisar D1S v2 config options for Anduril -#include "hwdef-Emisar_D1Sv2.h" +// Noctigon K1 config options for Anduril +// (originally known as Emisar D1S v2) +#include "hwdef-Noctigon_K1.h" // ATTINY: 1634 // this light can safely run a bit hotter than most @@ -56,7 +57,7 @@ #define THERMAL_UPDATE_SPEED 1 #define THERM_PREDICTION_STRENGTH 4 -// easier access to thermal config mode, for Emisar +// easier access to thermal config mode, for Noctigon #define USE_TENCLICK_THERMAL_CONFIG // slow down party strobe; this driver can't pulse for 1ms or less |
