diff options
| author | Selene ToyKeeper | 2018-08-31 21:05:30 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-08-31 21:05:30 -0600 |
| commit | 2e4f4162a85092207729fc8b5691cbd02e5b5b64 (patch) | |
| tree | d5d66ea17b1463dc67b4227c85044d2306dcf5fe /tk-attiny.h | |
| parent | added a stepped ramp calculator for Anduril, (diff) | |
| download | anduril-2e4f4162a85092207729fc8b5691cbd02e5b5b64.tar.gz anduril-2e4f4162a85092207729fc8b5691cbd02e5b5b64.tar.bz2 anduril-2e4f4162a85092207729fc8b5691cbd02e5b5b64.zip | |
Added support for the BLF/Lumintop GT Mini.
(same as the Emisar D1S, but with a lighted button)
Diffstat (limited to '')
| -rw-r--r-- | tk-attiny.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tk-attiny.h b/tk-attiny.h index 1b7722c..f208e9b 100644 --- a/tk-attiny.h +++ b/tk-attiny.h @@ -78,6 +78,9 @@ #elif defined(FSM_BLF_GT_DRIVER) #include "hwdef-BLF_GT.h" +#elif defined(FSM_BLF_GT_MINI_DRIVER) +#include "hwdef-BLF_GT_Mini.h" + #elif defined(FSM_BLF_Q8_DRIVER) #include "hwdef-BLF_Q8.h" |
