whycomeimsocool

Untitled

Feb 7th, 2025 (edited)
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. hw/hank/lume-x1/anduril.h
  2.  
  3. (model 0281)
  4.  
  5. // Hank Emisar/Noctigon Lume-X1 config options for Anduril
  6. // Copyright (C) 2018-2024 Selene ToyKeeper, Loneoceans
  7. // SPDX-License-Identifier: GPL-3.0-or-later
  8.  
  9. #pragma once
  10.  
  11. // For flashlights using the Loneoceans Lume-X1-40W boost driver (AVR32DD20)
  12. // - Same firmware for 6V, 9V, or 12V configs
  13.  
  14. // same as loneoceans lume-x1-avr32dd20 but with Hank-specific defaults
  15. #include "loneoceans/lume-x1-avr32dd20/anduril.h"
  16. #include "hank/anduril.h"
  17.  
  18. #undef DEFAULT_THERM_CEIL
  19. #define DEFAULT_THERM_CEIL 50
  20.  
  21. // disable beacontower mode
  22. #ifdef USE_BEACONTOWER_MODE
  23. #undef USE_BEACONTOWER_MODE
  24. #endif
  25.  
  26. // set smooth ramping by default
  27. #ifdef RAMP_STYLE
  28. #undef RAMP_STYLE
  29. #endif
  30.  
  31. // reset to anduril default number of steps
  32. #ifdef RAMP_DISCRETE_STEPS
  33. #undef RAMP_DISCRETE_STEPS
  34. #endif
  35. #ifdef SIMPLE_UI_STEPS
  36. #undef SIMPLE_UI_STEPS
  37. #endif
  38.  
Advertisement
Add Comment
Please, Sign In to add comment