diff options
| author | Selene ToyKeeper | 2023-11-03 08:38:35 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-03 08:38:35 -0600 |
| commit | d711921e4a4210ee9cb521b98d49e62a82129fd5 (patch) | |
| tree | 25e3d16301633cdce85893be5a30a963b3672969 /hw/wurkkos | |
| parent | renamed cfg.h -> anduril.h so each UI can have its own cfg (part 1) (diff) | |
| download | anduril-d711921e4a4210ee9cb521b98d49e62a82129fd5.tar.gz anduril-d711921e4a4210ee9cb521b98d49e62a82129fd5.tar.bz2 anduril-d711921e4a4210ee9cb521b98d49e62a82129fd5.zip | |
renamed cfg.h -> anduril.h inside source files
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 |
