~sammyshp/flashlight-firmware/ramp-border-delay-anduril2

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/ramp-mode-fsm.h

  • Committer: Selene Scriven
  • Date: 2021-08-23 09:54:09 UTC
  • Revision ID: bzr@toykeeper.net-20210823095409-z338duzeruc41ia7
made jump start level configurable at runtime, and made it activate in more places

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#define TICK_DURING_STANDBY
42
42
#endif
43
43
 
 
44
// include an extra config mode for random stuff which doesn't fit elsewhere
 
45
#if defined(JUMP_START_MOON) || defined(USE_2C_STYLE_CONFIG)
 
46
#define USE_GLOBALS_CONFIG
 
47
#endif
 
48
 
44
49
 
45
50
#endif