Skip to content

Commit e1f9e00

Browse files
committed
remove deprecated value and improve polling
1 parent d40f004 commit e1f9e00

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • keyboards/bastardkb/charybdis/4x6/keymaps/traxmaxx

keyboards/bastardkb/charybdis/4x6/keymaps/traxmaxx/config.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
/* Reduce debounce time */
2121
#define DEBOUNCE 3
2222
/* enable symm debounce algorithm */
23-
#define DEBOUNCE_TYPE sym_eager_pk
23+
/* #define DEBOUNCE_TYPE sym_eager_pk
2424
/* 1000Hz polling rate (1ms) */
2525

26-
#define USB_POLLING_INTERVAL_MS 2
27-
#define QMK_KEYS_PER_SCAN 12
26+
#define USB_POLLING_INTERVAL_MS 1
2827
/* Improve clock speed for faster matrix scanning
2928
* Lsuffix makes sure it's of type long
3029
*/

0 commit comments

Comments
 (0)