diff options
Diffstat (limited to 'keyboards/ergoslab')
-rw-r--r-- | keyboards/ergoslab/config.h | 1 | ||||
-rw-r--r-- | keyboards/ergoslab/rev1/config.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/ergoslab/config.h b/keyboards/ergoslab/config.h index 590b63c9d6..9861503382 100644 --- a/keyboards/ergoslab/config.h +++ b/keyboards/ergoslab/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" #define MOUSEKEY_INTERVAL 16 #define MOUSEKEY_DELAY 0 diff --git a/keyboards/ergoslab/rev1/config.h b/keyboards/ergoslab/rev1/config.h index 7bb092834b..ce990544b3 100644 --- a/keyboards/ergoslab/rev1/config.h +++ b/keyboards/ergoslab/rev1/config.h @@ -29,9 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* Set 0 if debouncing isn't needed */ -#define DEBOUNCE 5 - /* serial.c configuration for split keyboard */ #define SOFT_SERIAL_PIN D2 |