mirror of
https://github.com/google/pebble.git
synced 2025-11-23 07:50:55 -05:00
Import of the watch repository from Pebble
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user