diff options
Diffstat (limited to 'hw/sofirn/lt1s-pro')
| -rw-r--r-- | hw/sofirn/lt1s-pro/anduril.h | 6 | ||||
| -rw-r--r-- | hw/sofirn/lt1s-pro/hwdef.h | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/hw/sofirn/lt1s-pro/anduril.h b/hw/sofirn/lt1s-pro/anduril.h index 1840b58..578afde 100644 --- a/hw/sofirn/lt1s-pro/anduril.h +++ b/hw/sofirn/lt1s-pro/anduril.h @@ -86,13 +86,13 @@ #define USE_SIMPLE_UI_RAMPING_TOGGLE // allow Aux Config and Strobe Modes in Simple UI -#define USE_EXTENDED_SIMPLE_UI +//#define USE_EXTENDED_SIMPLE_UI // turn on at med-low brightness by default (level 50/150, or ramp step 3/7) // (also sets lockout mode 2H to a useful level) -#define DEFAULT_MANUAL_MEMORY 50 +//#define DEFAULT_MANUAL_MEMORY 50 // reset to default after being off for 10 minutes -#define DEFAULT_MANUAL_MEMORY_TIMER 10 +//#define DEFAULT_MANUAL_MEMORY_TIMER 10 // enable 2 click turbo (Anduril 1 style) #define DEFAULT_2C_STYLE 1 diff --git a/hw/sofirn/lt1s-pro/hwdef.h b/hw/sofirn/lt1s-pro/hwdef.h index cd4dd4e..7708631 100644 --- a/hw/sofirn/lt1s-pro/hwdef.h +++ b/hw/sofirn/lt1s-pro/hwdef.h @@ -13,9 +13,7 @@ * Voltage: VCC */ -#include <avr/io.h> - -#define HWDEF_C_FILE sofirn/lt1s-pro/hwdef.c +#define HWDEF_C sofirn/lt1s-pro/hwdef.c // channel modes: // * 0. warm/cool white blend |
