Keyboard_lights_2/.vscode/settings.json
2025-05-22 16:26:07 +10:00

23 lines
782 B
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "c:\\Espressif\\frameworks\\v5.4.1\\esp-idf",
"idf.toolsPathWin": "C:\\Espressif\\tools",
"idf.pythonInstallPath": "C:\\Espressif\\tools\\tools\\idf-python\\3.11.2\\python.exe",
"idf.portWin": "COM20",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "C:\\Users\\Dell\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
"IDF_CCACHE_ENABLE": "1",
"ESP_ROM_ELF_DIR": "C:\\Users\\Dell\\.espressif\\tools\\esp-rom-elfs\\20240305/",
"IDF_TARGET": "esp32s3"
},
"files.associations": {
"hid_usage_keyboard.h": "c",
"esp_task_wdt.h": "c",
"freertos.h": "c",
"task.h": "c"
}
}