clean up targetjson

This commit is contained in:
Peli de Halleux
2019-11-15 06:21:31 -08:00
parent f611c784fd
commit 38a964516e

View File

@ -1,6 +1,8 @@
{ {
"id": "calliopemini", "id": "calliopemini",
"aliases": ["calliope"], "aliases": [
"calliope"
],
"name": " calliope mini", "name": " calliope mini",
"nickname": "mini", "nickname": "mini",
"title": "Calliope mini - Blocks / Javascript editor", "title": "Calliope mini - Blocks / Javascript editor",
@ -60,7 +62,7 @@
"variablesBlocks": true, "variablesBlocks": true,
"textBlocks": true, "textBlocks": true,
"listsBlocks": true, "listsBlocks": true,
"functionBlocks": true, "functionBlocks": true,
"onStartColor": "#54C9C9", "onStartColor": "#54C9C9",
"onStartNamespace": "basic", "onStartNamespace": "basic",
"onStartWeight": 54 "onStartWeight": 54
@ -123,9 +125,9 @@
"C15": "C_P15", "C15": "C_P15",
"C19": "C_P19", "C19": "C_P19",
"C20": "C_P20", "C20": "C_P20",
"EXT_PWR":"EXT_PWR", "EXT_PWR": "EXT_PWR",
"SPKR":"SPKR", "SPKR": "SPKR",
"BTN_A": "BTN_A", "BTN_A": "BTN_A",
"BTN_B": "BTN_B", "BTN_B": "BTN_B",
"MOTOR1": "M_OUT1", "MOTOR1": "M_OUT1",
"MOTOR2": "M_OUT2" "MOTOR2": "M_OUT2"
@ -180,7 +182,7 @@
"githubCorePackage": "calliope-mini/microbit", "githubCorePackage": "calliope-mini/microbit",
"gittag": "v2.0.0-rc8-calliope-1.0.3", "gittag": "v2.0.0-rc8-calliope-1.0.3",
"serviceId": "calliope" "serviceId": "calliope"
}, },
"serial": { "serial": {
"manufacturerFilter": "^mbed$", "manufacturerFilter": "^mbed$",
"nameFilter": "^mbed Serial Port", "nameFilter": "^mbed Serial Port",
@ -212,11 +214,11 @@
"invertedMenu": true, "invertedMenu": true,
"invertedToolbox": true, "invertedToolbox": true,
"monacoToolbox": true, "monacoToolbox": true,
"hasAudio": true, "hasAudio": true,
"highContrast": true, "highContrast": true,
"simAnimationEnter": "rotate in", "simAnimationEnter": "rotate in",
"simAnimationExit": "rotate out", "simAnimationExit": "rotate out",
"blocklyOptions": { "blocklyOptions": {
"grid": { "grid": {
"spacing": 45, "spacing": 45,
"length": 7, "length": 7,
@ -227,7 +229,6 @@
"docMenu": [], "docMenu": [],
"hasReferenceDocs": false, "hasReferenceDocs": false,
"selectLanguage": true, "selectLanguage": true,
"availableLocales": [ "availableLocales": [
"en", "en",
"de", "de",
@ -241,8 +242,13 @@
"tr", "tr",
"zh-TW", "zh-TW",
"zh-CN" "zh-CN"
] ],
"browserDbPrefixes": {
"2": "v2"
},
"editorVersionPaths": {
"1": "v1"
}
}, },
"ignoreDocsErrors": true "ignoreDocsErrors": true
}
}