summaryrefslogtreecommitdiff
path: root/keyboards/teleport/native/ansi/keymaps/perfmode/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/teleport/native/ansi/keymaps/perfmode/config.h')
-rw-r--r--keyboards/teleport/native/ansi/keymaps/perfmode/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/teleport/native/ansi/keymaps/perfmode/config.h b/keyboards/teleport/native/ansi/keymaps/perfmode/config.h
index a99590cd1c..896166db12 100644
--- a/keyboards/teleport/native/ansi/keymaps/perfmode/config.h
+++ b/keyboards/teleport/native/ansi/keymaps/perfmode/config.h
@@ -20,4 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Increase eeprom size to allow for 5 layers */
#define WEAR_LEVELING_BACKING_SIZE 16384
-#define WEAR_LEVELING_LOGICAL_SIZE 4096 \ No newline at end of file
+#define WEAR_LEVELING_LOGICAL_SIZE 4096
+
+/* Increase debounce, as asym eager seems to lead to chatter with the fast polling rate in some cases */
+#define DEBOUNCE 7 \ No newline at end of file