Skip to content

Commit 9a5dfb1

Browse files
Add Makey Makey extension (#3908)
1 parent 05ffd09 commit 9a5dfb1

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import ev3Image from './ev3.png';
1414
import wedoImage from './wedo.png';
1515
import text2speechImage from './text2speech.png';
1616
import text2speechInsetImage from './text2speech-small.svg';
17+
import makeymakeyImage from './makeymakey.png';
18+
import makeymakeyInsetImage from './makeymakey-small.svg';
1719

1820
import microbitPeripheralImage from './peripheral-connection/microbit/microbit-illustration.svg';
1921
import microbitMenuImage from './peripheral-connection/microbit/microbit-small.svg';
@@ -128,6 +130,21 @@ export default [
128130
featured: true,
129131
internetConnectionRequired: true
130132
},
133+
{
134+
name: 'Makey Makey',
135+
extensionId: 'makeymakey',
136+
collaborator: 'JoyLabz',
137+
iconURL: makeymakeyImage,
138+
insetIconURL: makeymakeyInsetImage,
139+
description: (
140+
<FormattedMessage
141+
defaultMessage="Make anything into a key."
142+
description="Description for the 'Makey Makey' extension"
143+
id="gui.extension.makeymakey.description"
144+
/>
145+
),
146+
featured: true
147+
},
131148
{
132149
name: 'micro:bit',
133150
extensionId: 'microbit',
Lines changed: 1 addition & 0 deletions
Loading
54.7 KB
Loading

0 commit comments

Comments
 (0)