From d711921e4a4210ee9cb521b98d49e62a82129fd5 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 3 Nov 2023 08:38:35 -0600 Subject: renamed cfg.h -> anduril.h inside source files --- hw/sofirn/blf-q8-t1616/anduril.h | 2 +- hw/sofirn/sc21-pro/anduril.h | 2 +- hw/sofirn/sp36-t1616/anduril.h | 2 +- hw/sofirn/sp36/anduril.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'hw/sofirn') diff --git a/hw/sofirn/blf-q8-t1616/anduril.h b/hw/sofirn/blf-q8-t1616/anduril.h index dca3aa8..0307e02 100644 --- a/hw/sofirn/blf-q8-t1616/anduril.h +++ b/hw/sofirn/blf-q8-t1616/anduril.h @@ -5,7 +5,7 @@ #define MODEL_NUMBER "0613" #include "sofirn/blf-q8-t1616/hwdef.h" -#include "wurkkos/cfg.h" // Sofirn lights are closely related to Wurkkos +#include "wurkkos/anduril.h" // Sofirn lights are closely related to Wurkkos // ATTINY: 1616 // the button lights up diff --git a/hw/sofirn/sc21-pro/anduril.h b/hw/sofirn/sc21-pro/anduril.h index febd1dd..2fdc91f 100644 --- a/hw/sofirn/sc21-pro/anduril.h +++ b/hw/sofirn/sc21-pro/anduril.h @@ -3,7 +3,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later #pragma once -#include "wurkkos/ts10/cfg.h" +#include "wurkkos/ts10/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0632" // ATTINY: 1616 diff --git a/hw/sofirn/sp36-t1616/anduril.h b/hw/sofirn/sp36-t1616/anduril.h index d3e5459..03f1506 100644 --- a/hw/sofirn/sp36-t1616/anduril.h +++ b/hw/sofirn/sp36-t1616/anduril.h @@ -4,7 +4,7 @@ #pragma once // same as the BLF Q8, mostly -#include "sofirn/blf-q8-t1616/cfg.h" +#include "sofirn/blf-q8-t1616/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0614" // ATTINY: 1616 diff --git a/hw/sofirn/sp36/anduril.h b/hw/sofirn/sp36/anduril.h index 7b65ad9..bad7952 100644 --- a/hw/sofirn/sp36/anduril.h +++ b/hw/sofirn/sp36/anduril.h @@ -4,7 +4,7 @@ #pragma once // same as the BLF Q8, mostly -#include "sofirn/blf-q8/cfg.h" +#include "sofirn/blf-q8/anduril.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0612" -- cgit v1.2.3