diff options
author | Fred Silberberg <fred@silberberg.xyz> | 2017-11-06 09:09:01 -0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-06 12:09:01 -0500 |
commit | 89357b96d40f6f8189da09c3d15131e22991ed4c (patch) | |
tree | b62722f0814bed5aee7cc11331ca1846453cb486 /.gitignore | |
parent | 16843bc8c967e965a5361fe5f94abc9cd1ccc5a5 (diff) | |
download | qmk_firmware-89357b96d40f6f8189da09c3d15131e22991ed4c.tar.gz qmk_firmware-89357b96d40f6f8189da09c3d15131e22991ed4c.zip |
333fred layout update (#1971)
* Set up tap dance for layers on the lower button.
* Refactored code to share in the users directory between my two keyboard layouts.
* Small keyboard layout change.
* Updated documentation on oneshot usage in macros/tap dance.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a91b62a5ae..90f29a2970 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ cmake-build-debug *.stackdump util/Win_Check_Output.txt # Let these ones be user specific, since we have so many different configurations +.vscode/c_cpp_properties.json .vscode/launch.json .vscode/tasks.json .vscode/last.sql |