188.7.1
by Selene Scriven
Reworked the config file include system so it'll include the #defined value |
1 |
#ifndef HWDEF_BLF_GT_MINI_H
|
2 |
#define HWDEF_BLF_GT_MINI_H
|
|
3 |
||
188.1.169
by Selene Scriven
Added support for the BLF/Lumintop GT Mini. |
4 |
/* BLF/Lumintop GT Mini driver layout
|
5 |
*/
|
|
6 |
// exactly the same as a D1S, but with a lighted button
|
|
7 |
#include "hwdef-Emisar_D1S.h" |
|
188.1.199
by Selene Scriven
Made it easier to override hwdef-*.h values in cfg-*.h files. |
8 |
|
9 |
// lighted button
|
|
10 |
#ifndef AUXLED_PIN
|
|
11 |
#define AUXLED_PIN PB4 // pin 3 |
|
12 |
#endif
|
|
13 |
||
188.7.1
by Selene Scriven
Reworked the config file include system so it'll include the #defined value |
14 |
#endif
|