diff options
Diffstat (limited to 'hw/wurkkos')
| -rw-r--r-- | hw/wurkkos/fc13/anduril.h | 2 | ||||
| -rw-r--r-- | hw/wurkkos/ts10-rgbaux/anduril.h | 2 | ||||
| -rw-r--r-- | hw/wurkkos/ts10/anduril.h | 2 | ||||
| -rw-r--r-- | hw/wurkkos/ts11/anduril.h | 2 | ||||
| -rw-r--r-- | hw/wurkkos/ts25/anduril.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/hw/wurkkos/fc13/anduril.h b/hw/wurkkos/fc13/anduril.h index 7495f61..c3ae0dc 100644 --- a/hw/wurkkos/fc13/anduril.h +++ b/hw/wurkkos/fc13/anduril.h @@ -4,7 +4,7 @@ #pragma once // ATTINY: 1616 -#include "wurkkos/ts25/cfg.h" +#include "wurkkos/ts25/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0716" diff --git a/hw/wurkkos/ts10-rgbaux/anduril.h b/hw/wurkkos/ts10-rgbaux/anduril.h index dacedea..e4ff8ff 100644 --- a/hw/wurkkos/ts10-rgbaux/anduril.h +++ b/hw/wurkkos/ts10-rgbaux/anduril.h @@ -4,7 +4,7 @@ #pragma once // most things are the same as TS25 -#include "wurkkos/ts25/cfg.h" +#include "wurkkos/ts25/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0713" // ATTINY: 1616 diff --git a/hw/wurkkos/ts10/anduril.h b/hw/wurkkos/ts10/anduril.h index b554b21..e84b7e5 100644 --- a/hw/wurkkos/ts10/anduril.h +++ b/hw/wurkkos/ts10/anduril.h @@ -6,7 +6,7 @@ // same as the BLF Q8 T1616, mostly (added Dynamic PWM) #define MODEL_NUMBER "0714" #include "wurkkos/ts10/hwdef.h" -#include "wurkkos/cfg.h" +#include "wurkkos/anduril.h" // ATTINY: 1616 // uses forward-facing aux LEDs diff --git a/hw/wurkkos/ts11/anduril.h b/hw/wurkkos/ts11/anduril.h index c4bb59f..dd6eb57 100644 --- a/hw/wurkkos/ts11/anduril.h +++ b/hw/wurkkos/ts11/anduril.h @@ -4,7 +4,7 @@ #pragma once // ATTINY: 1616 -#include "wurkkos/ts25/cfg.h" +#include "wurkkos/ts25/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0717" diff --git a/hw/wurkkos/ts25/anduril.h b/hw/wurkkos/ts25/anduril.h index 9a3f129..5cddcd4 100644 --- a/hw/wurkkos/ts25/anduril.h +++ b/hw/wurkkos/ts25/anduril.h @@ -5,7 +5,7 @@ #define MODEL_NUMBER "0715" #include "wurkkos/ts25/hwdef.h" -#include "wurkkos/cfg.h" +#include "wurkkos/anduril.h" // ATTINY: 1616 // this light has three aux LED channels: R, G, B |
