aboutsummaryrefslogtreecommitdiff
path: root/hw/fireflies
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/fireflies
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 'hw/fireflies')
-rw-r--r--hw/fireflies/pl47-219/anduril.h2
-rw-r--r--hw/fireflies/rot66-219/anduril.h2
-rw-r--r--hw/fireflies/rot66g2/anduril.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/hw/fireflies/pl47-219/anduril.h b/hw/fireflies/pl47-219/anduril.h
index e42e17c..28882bc 100644
--- a/hw/fireflies/pl47-219/anduril.h
+++ b/hw/fireflies/pl47-219/anduril.h
@@ -5,7 +5,7 @@
// same as PL47 but with FET modes limited to 67% power
// to avoid destroying the LEDs
-#include "fireflies/pl47/cfg.h"
+#include "fireflies/pl47/anduril.h"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0422"
diff --git a/hw/fireflies/rot66-219/anduril.h b/hw/fireflies/rot66-219/anduril.h
index 068f4a8..f115541 100644
--- a/hw/fireflies/rot66-219/anduril.h
+++ b/hw/fireflies/rot66-219/anduril.h
@@ -4,7 +4,7 @@
#pragma once
// same as regular ROT66, but calibrated for Nichia 219B with 7x7135 chips
-#include "fireflies/rot66/cfg.h"
+#include "fireflies/rot66/anduril.h"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0412"
diff --git a/hw/fireflies/rot66g2/anduril.h b/hw/fireflies/rot66g2/anduril.h
index f628b51..bf47065 100644
--- a/hw/fireflies/rot66g2/anduril.h
+++ b/hw/fireflies/rot66g2/anduril.h
@@ -3,7 +3,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
-#include "fireflies/rot66/cfg.h"
+#include "fireflies/rot66/anduril.h"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0413"