mirror of
https://github.com/google/pebble.git
synced 2025-06-20 00:00:36 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
13
resources/normal/spalding/vibes/haptic_feedback.json
Normal file
13
resources/normal/spalding/vibes/haptic_feedback.json
Normal 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
|
||||
}
|
19
resources/normal/spalding/vibes/nudge_nudge.json
Normal file
19
resources/normal/spalding/vibes/nudge_nudge.json
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue