forked from mirrors/qmk_firmware
Fix config.h include guards
This commit is contained in:
parent
a6577b272e
commit
426e9ecc6f
2 changed files with 4 additions and 4 deletions
|
@ -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/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIG_H
|
#ifndef ERGODOX_EZ_CONFIG_H
|
||||||
#define CONFIG_H
|
#define ERGODOX_EZ_CONFIG_H
|
||||||
|
|
||||||
#include "../config.h"
|
#include "../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/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIG_H
|
#ifndef INFINITY_ERGODOX_CONFIG_H
|
||||||
#define CONFIG_H
|
#define INFINITY_ERGODOX_CONFIG_H
|
||||||
|
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue