diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-18 15:38:03 -0700 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-18 15:38:03 -0700 |
commit | 3766f902a02da7e9355685c733f70bcff9fe5a12 (patch) | |
tree | 9762efcad6e58fa404936d7b375ce7584fe28226 /keyboards/frosty_flake/keymaps/default/config.h | |
parent | 70d83afff9c9074eeec3407c591b8683ccd82ef9 (diff) | |
download | qmk_firmware-3766f902a02da7e9355685c733f70bcff9fe5a12.tar.gz qmk_firmware-3766f902a02da7e9355685c733f70bcff9fe5a12.zip |
boilerplate project created with new_project.sh
Diffstat (limited to 'keyboards/frosty_flake/keymaps/default/config.h')
-rw-r--r-- | keyboards/frosty_flake/keymaps/default/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/frosty_flake/keymaps/default/config.h b/keyboards/frosty_flake/keymaps/default/config.h new file mode 100644 index 0000000000..8893d122e0 --- /dev/null +++ b/keyboards/frosty_flake/keymaps/default/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif |