mirror of
https://github.com/cyberboy666/c_l_i_k_r.git
synced 2025-12-05 22:40:12 +01:00
update bom
This commit is contained in:
17
software/.vscode/extensions.json
vendored
17
software/.vscode/extensions.json
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -79,6 +79,7 @@ void loop() {
|
||||
|
||||
if (key != NO_KEY){
|
||||
Keyboard.write(key);
|
||||
Serial.write(key);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user