Skip to content

Commit

Permalink
Update the-config_top-section.md
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn authored Feb 23, 2025
1 parent 0240f41 commit 79fea5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/the-config_top-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,3 +593,11 @@ This define enables "tick" sounds when using the smooth color change menu. The t
```cpp
#define SMOOTH_COLORCHANGE_TICKS_PER_REVOLUTION 60
```

### ENABLE_IDLE_SOUND
This enables a sound effect called "idle", which is basically the inverse of "hum" as it will play when the saber is off, instead of when it's on. It will stop playing after IDLE_OFF_TIME has passed.
```cpp
#define ENABLE_IDLE_SOUND
```

0 comments on commit 79fea5c

Please sign in to comment.