From 2e4f4162a85092207729fc8b5691cbd02e5b5b64 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Fri, 31 Aug 2018 21:05:30 -0600 Subject: Added support for the BLF/Lumintop GT Mini. (same as the Emisar D1S, but with a lighted button) --- tk-attiny.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tk-attiny.h') 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" -- cgit v1.2.3