summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/ez
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-10 11:01:28 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-29 20:09:32 +0200
commit426e9ecc6fb8366c1c17af692deddd90df570cd8 (patch)
tree0d3bcc17652661f2ced82026a2943d95effa9a59 /keyboards/ergodox/ez
parenta6577b272e763303fc1a86bd54888e6f2b43cb37 (diff)
downloadqmk_firmware-426e9ecc6fb8366c1c17af692deddd90df570cd8.tar.gz
qmk_firmware-426e9ecc6fb8366c1c17af692deddd90df570cd8.tar.xz
Fix config.h include guards
Diffstat (limited to 'keyboards/ergodox/ez')
-rw-r--r--keyboards/ergodox/ez/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox/ez/config.h b/keyboards/ergodox/ez/config.h
index 59fc0fda7..084a044ee 100644
--- a/keyboards/ergodox/ez/config.h
+++ b/keyboards/ergodox/ez/config.h
@@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_H
-#define CONFIG_H
+#ifndef ERGODOX_EZ_CONFIG_H
+#define ERGODOX_EZ_CONFIG_H
#include "../config.h"