aboutsummaryrefslogtreecommitdiff
path: root/hw/hank/emisar-d4
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-03 08:38:35 -0600
committerSelene ToyKeeper2023-11-03 08:38:35 -0600
commitd711921e4a4210ee9cb521b98d49e62a82129fd5 (patch)
tree25e3d16301633cdce85893be5a30a963b3672969 /hw/hank/emisar-d4
parentrenamed cfg.h -> anduril.h so each UI can have its own cfg (part 1) (diff)
downloadanduril-d711921e4a4210ee9cb521b98d49e62a82129fd5.tar.gz
anduril-d711921e4a4210ee9cb521b98d49e62a82129fd5.tar.bz2
anduril-d711921e4a4210ee9cb521b98d49e62a82129fd5.zip
renamed cfg.h -> anduril.h inside source files
Diffstat (limited to '')
-rw-r--r--hw/hank/emisar-d4-219/anduril.h2
-rw-r--r--hw/hank/emisar-d4/anduril.h2
-rw-r--r--hw/hank/emisar-d4k-3ch/anduril.h2
-rw-r--r--hw/hank/emisar-d4s-219/anduril.h2
-rw-r--r--hw/hank/emisar-d4s/anduril.h2
-rw-r--r--hw/hank/emisar-d4sv2-219/anduril.h2
-rw-r--r--hw/hank/emisar-d4sv2/anduril.h2
-rw-r--r--hw/hank/emisar-d4v2-219/anduril.h2
-rw-r--r--hw/hank/emisar-d4v2-nofet/anduril.h2
-rw-r--r--hw/hank/emisar-d4v2/anduril.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/hw/hank/emisar-d4-219/anduril.h b/hw/hank/emisar-d4-219/anduril.h
index b26c1ab..ff6f1f1 100644
--- a/hw/hank/emisar-d4-219/anduril.h
+++ b/hw/hank/emisar-d4-219/anduril.h
@@ -5,7 +5,7 @@
// same as D4 but with FET modes limited to 80% power
// to avoid destroying the LEDs
-#include "hank/emisar-d4/cfg.h"
+#include "hank/emisar-d4/anduril.h"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0112"
diff --git a/hw/hank/emisar-d4/anduril.h b/hw/hank/emisar-d4/anduril.h
index b3fe836..60919f9 100644
--- a/hw/hank/emisar-d4/anduril.h
+++ b/hw/hank/emisar-d4/anduril.h
@@ -5,7 +5,7 @@
#define MODEL_NUMBER "0111"
#include "hank/emisar-d4/hwdef.h"
-#include "hank/cfg.h"
+#include "hank/anduril.h"
// ATTINY: 85
#define RAMP_SIZE 150
diff --git a/hw/hank/emisar-d4k-3ch/anduril.h b/hw/hank/emisar-d4k-3ch/anduril.h
index 10aeb60..64cc93b 100644
--- a/hw/hank/emisar-d4k-3ch/anduril.h
+++ b/hw/hank/emisar-d4k-3ch/anduril.h
@@ -5,7 +5,7 @@
#define MODEL_NUMBER "0151"
#include "hank/emisar-d4k-3ch/hwdef.h"
-#include "hank/cfg.h"
+#include "hank/anduril.h"
// ATTINY: 1634
// this light has three aux LED channels: R, G, B
diff --git a/hw/hank/emisar-d4s-219/anduril.h b/hw/hank/emisar-d4s-219/anduril.h
index 9d4fc87..81ce6f3 100644
--- a/hw/hank/emisar-d4s-219/anduril.h
+++ b/hw/hank/emisar-d4s-219/anduril.h
@@ -5,7 +5,7 @@
// same as D4S but with FET modes limited to 80% power
// to avoid destroying the LEDs
-#include "hank/emisar-d4s/cfg.h"
+#include "hank/emisar-d4s/anduril.h"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0132"
diff --git a/hw/hank/emisar-d4s/anduril.h b/hw/hank/emisar-d4s/anduril.h
index edfe462..0efe107 100644
--- a/hw/hank/emisar-d4s/anduril.h
+++ b/hw/hank/emisar-d4s/anduril.h
@@ -5,7 +5,7 @@
#define MODEL_NUMBER "0131"
#include "hank/emisar-d4s/hwdef.h"
-#include "hank/cfg.h"
+#include "hank/anduril.h"
// ATTINY: 85
// the button lights up (on some models)
diff --git a/hw/hank/emisar-d4sv2-219/anduril.h b/hw/hank/emisar-d4sv2-219/anduril.h
index 4af2b37..71815c4 100644
--- a/hw/hank/emisar-d4sv2-219/anduril.h
+++ b/hw/hank/emisar-d4sv2-219/anduril.h
@@ -3,7 +3,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
-#include "hank/emisar-d4sv2/cfg.h"
+#include "hank/emisar-d4sv2/anduril.h"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0134"
// ATTINY: 1634
diff --git a/hw/hank/emisar-d4sv2/anduril.h b/hw/hank/emisar-d4sv2/anduril.h
index 8b58a0b..7f93510 100644
--- a/hw/hank/emisar-d4sv2/anduril.h
+++ b/hw/hank/emisar-d4sv2/anduril.h
@@ -5,7 +5,7 @@
#define MODEL_NUMBER "0133"
#include "hank/emisar-d4sv2/hwdef.h"
-#include "hank/cfg.h"
+#include "hank/anduril.h"
// ATTINY: 1634
#define RAMP_SIZE 150
diff --git a/hw/hank/emisar-d4v2-219/anduril.h b/hw/hank/emisar-d4v2-219/anduril.h
index 0fb9699..1022a04 100644
--- a/hw/hank/emisar-d4v2-219/anduril.h
+++ b/hw/hank/emisar-d4v2-219/anduril.h
@@ -3,7 +3,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
-#include "hank/emisar-d4v2/cfg.h"
+#include "hank/emisar-d4v2/anduril.h"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0114"
// ATTINY: 1634
diff --git a/hw/hank/emisar-d4v2-nofet/anduril.h b/hw/hank/emisar-d4v2-nofet/anduril.h
index 2420f09..e0f8692 100644
--- a/hw/hank/emisar-d4v2-nofet/anduril.h
+++ b/hw/hank/emisar-d4v2-nofet/anduril.h
@@ -6,7 +6,7 @@
// switch to 1-channel support functions
#define HWDEF_C_FILE hank/emisar-d4v2-nofet/hwdef.c
-#include "hank/emisar-d4v2/cfg.h"
+#include "hank/emisar-d4v2/anduril.h"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0115"
// ATTINY: 1634
diff --git a/hw/hank/emisar-d4v2/anduril.h b/hw/hank/emisar-d4v2/anduril.h
index 5cd79b5..053db32 100644
--- a/hw/hank/emisar-d4v2/anduril.h
+++ b/hw/hank/emisar-d4v2/anduril.h
@@ -5,7 +5,7 @@
#define MODEL_NUMBER "0113"
#include "hank/emisar-d4v2/hwdef.h"
-#include "hank/cfg.h"
+#include "hank/anduril.h"
// ATTINY: 1634
#define RAMP_SIZE 150
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.