diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-11-21 20:17:32 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-21 20:17:32 -0500 |
commit | 06a2677b7eedbf58532fa1a673ba1277e756174d (patch) | |
tree | d49cef96555a3e3ee1a3988f677bc6fdaa9b9245 /keyboards/ergodox | |
parent | 6390033e8688550826a4bd3004a2e76568600657 (diff) |
fix infinity
Diffstat (limited to 'keyboards/ergodox')
-rw-r--r-- | keyboards/ergodox/config.h | 2 | ||||
-rw-r--r-- | keyboards/ergodox/ez/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox/config.h b/keyboards/ergodox/config.h index 049c707a56..edc60caae1 100644 --- a/keyboards/ergodox/config.h +++ b/keyboards/ergodox/config.h @@ -1,8 +1,6 @@ #ifndef KEYBOARDS_ERGODOX_CONFIG_H_ #define KEYBOARDS_ERGODOX_CONFIG_H_ -#include "config_common.h" - #define MOUSEKEY_DELAY 100 #define MOUSEKEY_INTERVAL 20 #define MOUSEKEY_MAX_SPEED 3 diff --git a/keyboards/ergodox/ez/config.h b/keyboards/ergodox/ez/config.h index 084a044ee1..67a856e511 100644 --- a/keyboards/ergodox/ez/config.h +++ b/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_common.h" + /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED #define PRODUCT_ID 0x1307 |