Initial working version of ErgoDox EZ layout using new syntax

This commit is contained in:
Erez Zukerman 2015-10-28 02:55:28 +02:00
parent 18da1e6801
commit 2739aa8d78
6 changed files with 1617 additions and 58 deletions

View file

@ -1,5 +1,5 @@
#ifndef PLANCK_H
#define PLANCK_H
#ifndef ERGODOX_EZ_H
#define ERGODOX_EZ_H
#include "matrix.h"
#include "keymap_common.h"
@ -142,4 +142,4 @@ void * matrix_scan_user(void);
#endif
#endif