update bom

This commit is contained in:
cyberboy666
2022-04-26 20:43:09 +12:00
parent ed294a790d
commit 04a9d92c1c
13 changed files with 412 additions and 403 deletions

View File

@@ -1,7 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

View File

@@ -79,6 +79,7 @@ void loop() {
if (key != NO_KEY){
Keyboard.write(key);
Serial.write(key);
}
}