aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/ergodox/config.h2
-rw-r--r--keyboards/ergodox/ez/config.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/ergodox/config.h b/keyboards/ergodox/config.h
index e870835d8..2091999bb 100644
--- a/keyboards/ergodox/config.h
+++ b/keyboards/ergodox/config.h
@@ -3,7 +3,7 @@
3 3
4#define MOUSEKEY_INTERVAL 20 4#define MOUSEKEY_INTERVAL 20
5#define MOUSEKEY_DELAY 0 5#define MOUSEKEY_DELAY 0
6#define MOUSEKEY_TIME_TO_MAX 40 6#define MOUSEKEY_TIME_TO_MAX 60
7#define MOUSEKEY_MAX_SPEED 7 7#define MOUSEKEY_MAX_SPEED 7
8#define MOUSEKEY_WHEEL_DELAY 0 8#define MOUSEKEY_WHEEL_DELAY 0
9 9
diff --git a/keyboards/ergodox/ez/config.h b/keyboards/ergodox/ez/config.h
index aa17c3e8d..cc8aa3d40 100644
--- a/keyboards/ergodox/ez/config.h
+++ b/keyboards/ergodox/ez/config.h
@@ -60,6 +60,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
60/* Set 0 if debouncing isn't needed */ 60/* Set 0 if debouncing isn't needed */
61#define DEBOUNCE 15 61#define DEBOUNCE 15
62 62
63#define PREVENT_STUCK_MODIFIERS
64
63#define USB_MAX_POWER_CONSUMPTION 500 65#define USB_MAX_POWER_CONSUMPTION 500
64 66
65/* 67/*