소스 검색

Fix config.h include guards

Fred Sundvik 9 년 전
부모
커밋
426e9ecc6f
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      keyboards/ergodox/ez/config.h
  2. 2 2
      keyboards/ergodox/infinity/config.h

+ 2 - 2
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"
 

+ 2 - 2
keyboards/ergodox/infinity/config.h

@@ -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"