Browse Source

fix infinity

Jack Humbert 9 years ago
parent
commit
06a2677b7e
2 changed files with 2 additions and 2 deletions
  1. 0 2
      keyboards/ergodox/config.h
  2. 2 0
      keyboards/ergodox/ez/config.h

+ 0 - 2
keyboards/ergodox/config.h

@@ -1,8 +1,6 @@
 #ifndef KEYBOARDS_ERGODOX_CONFIG_H_
 #ifndef KEYBOARDS_ERGODOX_CONFIG_H_
 #define KEYBOARDS_ERGODOX_CONFIG_H_
 #define KEYBOARDS_ERGODOX_CONFIG_H_
 
 
-#include "config_common.h"
-
 #define MOUSEKEY_DELAY          100
 #define MOUSEKEY_DELAY          100
 #define MOUSEKEY_INTERVAL       20
 #define MOUSEKEY_INTERVAL       20
 #define MOUSEKEY_MAX_SPEED      3
 #define MOUSEKEY_MAX_SPEED      3

+ 2 - 0
keyboards/ergodox/ez/config.h

@@ -21,6 +21,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 
 #include "../config.h"
 #include "../config.h"
 
 
+#include "config_common.h"
+
 /* USB Device descriptor parameter */
 /* USB Device descriptor parameter */
 #define VENDOR_ID       0xFEED
 #define VENDOR_ID       0xFEED
 #define PRODUCT_ID      0x1307
 #define PRODUCT_ID      0x1307