diff options
Diffstat (limited to 'hw/sofirn/lt1s-pro')
| -rw-r--r-- | hw/sofirn/lt1s-pro/cfg.h | 2 | ||||
| -rw-r--r-- | hw/sofirn/lt1s-pro/hwdef.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/sofirn/lt1s-pro/cfg.h b/hw/sofirn/lt1s-pro/cfg.h index 440a03d..c6a0f3e 100644 --- a/hw/sofirn/lt1s-pro/cfg.h +++ b/hw/sofirn/lt1s-pro/cfg.h @@ -4,7 +4,7 @@ #pragma once #define MODEL_NUMBER "0623" -#include "hwdef-sofirn-lt1s-pro.h" +#include "sofirn/lt1s-pro/hwdef.h" // ATTINY: 1616 // off mode: low (1) diff --git a/hw/sofirn/lt1s-pro/hwdef.h b/hw/sofirn/lt1s-pro/hwdef.h index ae6b3bf..4179c67 100644 --- a/hw/sofirn/lt1s-pro/hwdef.h +++ b/hw/sofirn/lt1s-pro/hwdef.h @@ -16,7 +16,7 @@ #define ATTINY 1616 #include <avr/io.h> -#define HWDEF_C_FILE hwdef-sofirn-lt1s-pro.c +#define HWDEF_C_FILE sofirn/lt1s-pro/hwdef.c // channel modes: // * 0. warm/cool white blend |
