Merge branch 'corne-ish-zen-v2' of https://github.com/LOWPROKB/zmk into corne-ish-zen-v2

This commit is contained in:
Darryldh 2022-10-19 11:11:35 -04:00
commit 071e42c78e
2 changed files with 0 additions and 29 deletions

View file

@ -1,17 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/msys64/mingw64/bin/gcc.exe",
"cStandard": "gnu17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-gcc-arm",
"compileCommands": ""
}
],
"version": 4
}

12
.vscode/settings.json vendored
View file

@ -1,12 +0,0 @@
{
"files.associations": {
"*.overlay": "dts",
"*.keymap": "dts",
"peripheral_status.h": "c"
},
"python.formatting.provider": "black",
"[yaml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}