Import of the watch repository from Pebble

This commit is contained in:
Matthieu Jeanson 2024-12-12 16:43:03 -08:00 committed by Katharine Berry
commit 3b92768480
10334 changed files with 2564465 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"comments": "Haptic Feedback",
"notes": [
{
"id": "strong_pulse",
"vibe_duration_ms": 50,
"brake_duration_ms": 30,
"strength": 100
}
],
"pattern": ["strong_pulse"],
"repeat_delay_ms": 1000
}

View file

@ -0,0 +1,19 @@
{
"comments": "Nudge Nudge",
"notes": [
{
"id": "strong_pulse",
"vibe_duration_ms": 100,
"brake_duration_ms": 30,
"strength": 100
},
{
"id": "sleep_30ms",
"vibe_duration_ms": 30,
"brake_duration_ms": 0,
"strength": 0
}
],
"pattern": ["strong_pulse", "sleep_30ms", "strong_pulse"],
"repeat_delay_ms": 1000
}