aboutsummaryrefslogtreecommitdiff
path: root/tk-attiny.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2018-08-31 21:05:30 -0600
committerSelene ToyKeeper2018-08-31 21:05:30 -0600
commit2e4f4162a85092207729fc8b5691cbd02e5b5b64 (patch)
treed5d66ea17b1463dc67b4227c85044d2306dcf5fe /tk-attiny.h
parentadded a stepped ramp calculator for Anduril, (diff)
downloadanduril-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.h3
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"