Skip to content

Instantly share code, notes, and snippets.

@nillpo
Created December 2, 2020 13:31
Show Gist options
  • Save nillpo/55a70bb5757021045085d8a04f8dc61c to your computer and use it in GitHub Desktop.
Save nillpo/55a70bb5757021045085d8a04f8dc61c to your computer and use it in GitHub Desktop.
{
"configurations": [
{
"name": "Linux",
"includePath": [
"/usr/include",
"/usr/local/include",
"${workspaceFolder}",
"${workspaceFolder}/keyboards/getta25",
"${workspaceFolder}/keyboards/getta25/rev1",
"${workspaceFolder}/quantum",
"${workspaceFolder}/quantum/**",
"${workspaceFolder}/tmk_core",
"${workspaceFolder}/tmk_core/**",
"${workspaceFolder}/tmk_core/common",
"${workspaceFolder}/quantum/process_keycode",
"${workspaceFolder}/quantum/audio"
],
"forcedInclude": [
"${workspaceFolder}/keyboards/getta25/rev1/config.h"
],
"defines": [
"QMK_KEYBOARD_H=\"../../getta25.h\"",
"KEYBOARD_getta25_rev1"
],
"intelliSenseMode": "clang-x64",
"browse": {
"path": [
"/usr/include",
"/usr/local/include",
"${workspaceFolder}/*"
],
"limitSymbolsToIncludedHeaders": false,
"databaseFilename": ""
}
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment