diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-11-01 21:10:05 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-11-01 21:10:05 -0400 |
commit | e2e387f8f83af67f5946ffd5d3a41ecc1f11132b (patch) | |
tree | 0c9092668b0e20cb2553658c843d9ca7f132fc1a /quantum/template/keymaps/default/config.h | |
parent | 039cc8c93225083eddd39305c87b6dc600fb9e34 (diff) | |
download | qmk_firmware-e2e387f8f83af67f5946ffd5d3a41ecc1f11132b.tar.gz qmk_firmware-e2e387f8f83af67f5946ffd5d3a41ecc1f11132b.zip |
update qmk template
Diffstat (limited to 'quantum/template/keymaps/default/config.h')
-rw-r--r-- | quantum/template/keymaps/default/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/keymaps/default/config.h b/quantum/template/keymaps/default/config.h index f52a97bbc8..0aa9e9e81b 100644 --- a/quantum/template/keymaps/default/config.h +++ b/quantum/template/keymaps/default/config.h @@ -17,7 +17,7 @@ #ifndef CONFIG_USER_H #define CONFIG_USER_H -#include "../../config.h" +#include "config_common.h" // place overrides here |