diff options
| author | Selene ToyKeeper | 2023-10-26 07:11:46 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-26 07:11:46 -0600 |
| commit | be7c2ec510ca74b4f435684746039b42801724b3 (patch) | |
| tree | 962736ef0bd461dd37d97dfdb2556760ca5db857 /hwdef-BLF_GT_Mini.h | |
| parent | improved blf-lt1 ramp and fixed issue with missed button presses (diff) | |
| download | anduril-be7c2ec510ca74b4f435684746039b42801724b3.tar.gz anduril-be7c2ec510ca74b4f435684746039b42801724b3.tar.bz2 anduril-be7c2ec510ca74b4f435684746039b42801724b3.zip | |
converted blf-gt-mini to new API
Diffstat (limited to '')
| -rw-r--r-- | hwdef-blf-gt-mini.h (renamed from hwdef-BLF_GT_Mini.h) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hwdef-BLF_GT_Mini.h b/hwdef-blf-gt-mini.h index 1706749..f4a4d7b 100644 --- a/hwdef-BLF_GT_Mini.h +++ b/hwdef-blf-gt-mini.h @@ -4,7 +4,8 @@ #pragma once // exactly the same as a D1S, but with a lighted button -#include "hwdef-Emisar_D1S.h" +// (which is the same hwdef as a D4) +#include "hwdef-emisar-d4.h" // lighted button #ifndef AUXLED_PIN |
