Skip to content

Commit

Permalink
update activities
Browse files Browse the repository at this point in the history
  • Loading branch information
benhansen-io committed Jan 4, 2024
1 parent 9b62b6d commit 526feec
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion activities/activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,16 @@
}
]
},
{
"description": "Play funny sounds. Each button is a different sound.",
"name": "Funny Sounds",
"variant": [
{
"command": "funny_sounds",
"shortcut": 36
}
]
},
{
"description": "Press the button(s) that are lit up to hear a fun sound.",
"name": "Find Button",
Expand Down Expand Up @@ -342,7 +352,19 @@
"name": "Sound Debug",
"variant": [
{
"command": "sound_debug"
"command": "sound_debug",
"shortcut": 96
}
]
},
{
"description": "",
"hidden": true,
"name": "Light Button Tester",
"variant": [
{
"command": "light_button_tester",
"shortcut": 97
}
]
},
Expand All @@ -353,6 +375,17 @@
"variant": [
{
"command": "restart",
"shortcut": 98
}
]
},
{
"description": "",
"hidden": true,
"name": "Sleep",
"variant": [
{
"command": "sleep",
"shortcut": 99
}
]
Expand Down

0 comments on commit 526feec

Please sign in to comment.