diff options
| author | Evan Travers <evantravers@gmail.com> | 2018-07-16 11:44:16 -0400 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-07-16 08:44:16 -0700 |
| commit | 96cb9f4661faa80e795b1e6731b7a8e8a50bd0cb (patch) | |
| tree | d0d3e3b38391d5e556c003a9914b137fc16dc4be /quantum/template/base/keymaps/default/config.h | |
| parent | 8f0ec565f425039e75f5625fc3b34623f85a4558 (diff) | |
| download | qmk_firmware-96cb9f4661faa80e795b1e6731b7a8e8a50bd0cb.tar.gz qmk_firmware-96cb9f4661faa80e795b1e6731b7a8e8a50bd0cb.zip | |
Update template config.h with `#pragma once` (#3415)
* Update template config.h with `#pragma once`
Making sure this is consistent with #3404
* Move to `#pragma once` for the other templates
Diffstat (limited to 'quantum/template/base/keymaps/default/config.h')
| -rw-r--r-- | quantum/template/base/keymaps/default/config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/quantum/template/base/keymaps/default/config.h b/quantum/template/base/keymaps/default/config.h index 0f7563505..4496c5910 100644 --- a/quantum/template/base/keymaps/default/config.h +++ b/quantum/template/base/keymaps/default/config.h | |||
| @@ -14,11 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #ifndef CONFIG_USER_H | 17 | #pragma once |
| 18 | #define CONFIG_USER_H | ||
| 19 | |||
| 20 | #include "config_common.h" | ||
| 21 | 18 | ||
| 22 | // place overrides here | 19 | // place overrides here |
| 23 | |||
| 24 | #endif | ||
