summaryrefslogtreecommitdiff
path: root/keyboards/owlab/jelly_epoch/hotswap/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/owlab/jelly_epoch/hotswap/config.h')
-rw-r--r--keyboards/owlab/jelly_epoch/hotswap/config.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/owlab/jelly_epoch/hotswap/config.h b/keyboards/owlab/jelly_epoch/hotswap/config.h
index 54aa5978e2..184a714653 100644
--- a/keyboards/owlab/jelly_epoch/hotswap/config.h
+++ b/keyboards/owlab/jelly_epoch/hotswap/config.h
@@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#include "config_common.h"
/* key matrix size */
#define MATRIX_ROWS 6
@@ -30,13 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCE 5
-
/* NKRO */
-#ifdef NKRO_ENABLE
-# define FORCE_NKRO
-#endif
+#define FORCE_NKRO
/* RGB Strip*/
#define RGB_DI_PIN B15