diff options
| -rw-r--r-- | hwdef-Noctigon_DM11-12V.h (renamed from hwdef-Noctigon_MD11-12V.h) | 6 | ||||
| -rw-r--r-- | hwdef-Noctigon_DM11.h (renamed from hwdef-Noctigon_MD11.h) | 6 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-dm11-12v.h (renamed from spaghetti-monster/anduril/cfg-noctigon-md11-12v.h) | 4 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-dm11-nofet.h (renamed from spaghetti-monster/anduril/cfg-noctigon-md11-nofet.h) | 4 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-noctigon-dm11.h (renamed from spaghetti-monster/anduril/cfg-noctigon-md11.h) | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/hwdef-Noctigon_MD11-12V.h b/hwdef-Noctigon_DM11-12V.h index 909cdbd..bd24768 100644 --- a/hwdef-Noctigon_MD11-12V.h +++ b/hwdef-Noctigon_DM11-12V.h @@ -1,7 +1,7 @@ -#ifndef HWDEF_NOCTIGON_MD11_12V_H -#define HWDEF_NOCTIGON_MD11_12V_H +#ifndef HWDEF_NOCTIGON_DM11_12V_H +#define HWDEF_NOCTIGON_DM11_12V_H -/* Noctigon MD11 (12V) driver layout (attiny1634) +/* Noctigon DM11 (12V) driver layout (attiny1634) * (based on Noctigon K1) * * Pin / Name / Function diff --git a/hwdef-Noctigon_MD11.h b/hwdef-Noctigon_DM11.h index c2abcca..93ed707 100644 --- a/hwdef-Noctigon_MD11.h +++ b/hwdef-Noctigon_DM11.h @@ -1,7 +1,7 @@ -#ifndef HWDEF_NOCTIGON_MD11_H -#define HWDEF_NOCTIGON_MD11_H +#ifndef HWDEF_NOCTIGON_DM11_H +#define HWDEF_NOCTIGON_DM11_H -/* Noctigon MD11 driver layout (attiny1634) +/* Noctigon DM11 driver layout (attiny1634) * (based on Noctigon K1) * * Pin / Name / Function diff --git a/spaghetti-monster/anduril/cfg-noctigon-md11-12v.h b/spaghetti-monster/anduril/cfg-noctigon-dm11-12v.h index 1c90ab1..27af461 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-md11-12v.h +++ b/spaghetti-monster/anduril/cfg-noctigon-dm11-12v.h @@ -1,6 +1,6 @@ -// Noctigon MD11 (12V) config options for Anduril +// Noctigon DM11 (12V) config options for Anduril #define MODEL_NUMBER "0273" -#include "hwdef-Noctigon_MD11-12V.h" +#include "hwdef-Noctigon_DM11-12V.h" #include "hank-cfg.h" // ATTINY: 1634 diff --git a/spaghetti-monster/anduril/cfg-noctigon-md11-nofet.h b/spaghetti-monster/anduril/cfg-noctigon-dm11-nofet.h index 0efe85f..a1249b1 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-md11-nofet.h +++ b/spaghetti-monster/anduril/cfg-noctigon-dm11-nofet.h @@ -1,5 +1,5 @@ -// Noctigon MD11-noFET config options for Anduril -#include "cfg-noctigon-md11.h" +// Noctigon DM11-noFET config options for Anduril +#include "cfg-noctigon-dm11.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0272" // ATTINY: 1634 diff --git a/spaghetti-monster/anduril/cfg-noctigon-md11.h b/spaghetti-monster/anduril/cfg-noctigon-dm11.h index 130e05c..89d2fe6 100644 --- a/spaghetti-monster/anduril/cfg-noctigon-md11.h +++ b/spaghetti-monster/anduril/cfg-noctigon-dm11.h @@ -1,6 +1,6 @@ -// Noctigon MD11 config options for Anduril +// Noctigon DM11 config options for Anduril #define MODEL_NUMBER "0271" -#include "hwdef-Noctigon_MD11.h" +#include "hwdef-Noctigon_DM11.h" #include "hank-cfg.h" // ATTINY: 1634 |
