fix infinity
parent
6390033e86
commit
06a2677b7e
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue