]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix config.h include guards
authorFred Sundvik <fsundvik@gmail.com>
Sun, 10 Jul 2016 09:01:28 +0000 (12:01 +0300)
committerFred Sundvik <fsundvik@gmail.com>
Fri, 29 Jul 2016 18:09:32 +0000 (21:09 +0300)
keyboards/ergodox/ez/config.h
keyboards/ergodox/infinity/config.h

index 59fc0fda74752f698d78b25e59808be4003bab9e..084a044ee1a2ed121708308ad292f7b84802e56e 100644 (file)
@@ -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"
 
index 83d7c58378910bad2aa0bd4a239fbeb023220f54..9e264083be7169c61d6e414bf61f60c4c833bf24 100644 (file)
@@ -15,8 +15,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 INFINITY_ERGODOX_CONFIG_H
+#define INFINITY_ERGODOX_CONFIG_H
 
 #include "../config.h"