Commit graph

4 commits

Author SHA1 Message Date
Joel Spadin
fc402026fb improvement(vscode): Improve tasks
Changed the build task to no longer set isDefault: true. This lets you
set your own default build task from a code workspace.

Also replaced "cd app" in each command by setting the working directory
for the task.
2021-08-08 13:21:14 -05:00
Joel Spadin
c8289135b7 improvement(vscode): parse GCC diagnostics
Updated the vscode build task to parse warnings/errors from GCC.
2021-08-08 13:21:14 -05:00
Pete Johanson
500232bb83 Minor build fixes for VSCode, extra ignore. 2020-06-14 23:56:10 -04:00
Pete Johanson
c1905745b3 Refactor build/config/keymaps.
* Move all headers to `include/zmk` directory.
* Update includes to reference them properly.
* Add `keymap.c` file from keymap, if found.
* Toplevel CONFIG_ZMK_BLE aggregate config setting.
2020-05-18 09:11:46 -04:00