File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,6 @@ Create `.louderrc.json` in project root or `~/.louderrc.json` for global config.
181181{
182182 "sound" : " success" ,
183183 "haptic" : true ,
184- "delay" : 1500 ,
185184 "events" : {
186185 "stop" : " success" ,
187186 "error" : " error"
@@ -196,7 +195,7 @@ Create `.louderrc.json` in project root or `~/.louderrc.json` for global config.
196195| ` sound ` | boolean \| string | true | Sound type or ` false ` to disable |
197196| ` soundPath ` | string | - | Custom sound file path (.aiff) |
198197| ` haptic ` | boolean \| string | false | ` true ` , ` "success" ` , or ` "error" ` |
199- | ` delay ` | number | 1500 | Delay in ms before feedback |
198+ | ` delay ` | number | 0 | Delay in ms before feedback |
200199| ` events ` | object | - | Per-event overrides |
201200
202201### Sound Types
@@ -214,10 +213,10 @@ Create `.louderrc.json` in project root or `~/.louderrc.json` for global config.
214213
215214### Haptic Types
216215
217- | Type | Pattern | Use For |
218- | ------| ---------| ---------|
219- | ` success ` | Triple tap (strong) | Task complete |
220- | ` error ` | Triple tap (medium) | Errors |
216+ | Type | Intensity | Use For |
217+ | ------| ----------- | ---------|
218+ | ` success ` | Strong | Task complete |
219+ | ` error ` | Strong | Errors |
221220
222221### Config Formats
223222
You can’t perform that action at this time.
0 commit comments