Browse Source

Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish keymaps (#16448)

* Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level

* Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
pull/16456/head
Joel Challis 2 years ago
committed by GitHub
parent
commit
83a32b2574
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
55 changed files with 9 additions and 94 deletions
  1. +1
    -2
      keyboards/ai03/jp60/keymaps/default/config.h
  2. +1
    -2
      keyboards/ai03/jp60/keymaps/via/config.h
  3. +0
    -1
      keyboards/bastardkb/skeletyl/config.h
  4. +0
    -1
      keyboards/bastardkb/tbkmini/config.h
  5. +0
    -1
      keyboards/durgod/dgk6x/config.h
  6. +0
    -2
      keyboards/durgod/k3x0/config.h
  7. +0
    -1
      keyboards/geekboards/macropad_v2/config.h
  8. +0
    -3
      keyboards/gmmk/pro/config.h
  9. +0
    -1
      keyboards/handwired/marauder/config.h
  10. +0
    -1
      keyboards/handwired/xealousbrown/config.h
  11. +1
    -2
      keyboards/horrortroll/chinese_pcb/devil68_pro/config.h
  12. +1
    -2
      keyboards/horrortroll/chinese_pcb/m63_rgb/config.h
  13. +1
    -2
      keyboards/horrortroll/handwired_k552/config.h
  14. +0
    -1
      keyboards/ianklug/grooveboard/config.h
  15. +0
    -1
      keyboards/jadookb/jkb2/keymaps/via/config.h
  16. +0
    -1
      keyboards/jadookb/jkb65/keymaps/via/config.h
  17. +0
    -4
      keyboards/kinesis/kint2pp/config.h
  18. +0
    -4
      keyboards/kinesis/kint36/config.h
  19. +0
    -4
      keyboards/kinesis/kint41/config.h
  20. +0
    -1
      keyboards/kprepublic/bm60hsrgb/rev2/config.h
  21. +0
    -1
      keyboards/kprepublic/bm60hsrgb_iso/rev2/config.h
  22. +0
    -1
      keyboards/kprepublic/bm60hsrgb_poker/rev2/config.h
  23. +1
    -2
      keyboards/linworks/fave87/config.h
  24. +1
    -2
      keyboards/linworks/whale75/config.h
  25. +0
    -3
      keyboards/lz/erghost/config.h
  26. +0
    -3
      keyboards/mechlovin/infinity87/rev2/config.h
  27. +0
    -3
      keyboards/mechlovin/serratus/config.h
  28. +0
    -3
      keyboards/ploopyco/mouse/config.h
  29. +0
    -3
      keyboards/ploopyco/trackball/config.h
  30. +0
    -3
      keyboards/ploopyco/trackball_mini/config.h
  31. +0
    -3
      keyboards/ploopyco/trackball_nano/config.h
  32. +0
    -2
      keyboards/rgbkb/mun/config.h
  33. +0
    -2
      keyboards/rgbkb/sol3/config.h
  34. +0
    -1
      keyboards/sanctified/dystopia/config.h
  35. +0
    -2
      keyboards/splitkb/kyria/keymaps/via/config.h
  36. +0
    -1
      keyboards/xelus/dharma/keymaps/default/config.h
  37. +0
    -1
      keyboards/xelus/dharma/keymaps/via/config.h
  38. +0
    -1
      keyboards/xelus/kangaroo/keymaps/default/config.h
  39. +0
    -1
      keyboards/xelus/kangaroo/keymaps/via/config.h
  40. +0
    -2
      keyboards/xelus/la_plus/keymaps/default/config.h
  41. +0
    -2
      keyboards/xelus/la_plus/keymaps/via/config.h
  42. +0
    -1
      keyboards/xelus/pachi/mini_32u4/keymaps/default/config.h
  43. +0
    -1
      keyboards/xelus/pachi/mini_32u4/keymaps/via/config.h
  44. +0
    -1
      keyboards/xelus/pachi/rev1/keymaps/default/config.h
  45. +0
    -1
      keyboards/xelus/pachi/rev1/keymaps/via/config.h
  46. +0
    -1
      keyboards/xelus/pachi/rgb/keymaps/default/config.h
  47. +0
    -2
      keyboards/xelus/pachi/rgb/keymaps/via/config.h
  48. +0
    -1
      keyboards/xelus/rs60/keymaps/default/config.h
  49. +0
    -1
      keyboards/xelus/rs60/keymaps/via/config.h
  50. +1
    -1
      keyboards/xelus/valor/rev2/keymaps/default/config.h
  51. +1
    -1
      keyboards/xelus/valor/rev2/keymaps/via/config.h
  52. +0
    -1
      keyboards/xelus/valor_frl_tkl/keymaps/default/config.h
  53. +0
    -1
      keyboards/xelus/valor_frl_tkl/keymaps/via/config.h
  54. +0
    -1
      keyboards/xelus/xs60/keymaps/default/config.h
  55. +0
    -1
      keyboards/xelus/xs60/keymaps/via/config.h

+ 1
- 2
keyboards/ai03/jp60/keymaps/default/config.h View File

@ -16,6 +16,5 @@
#pragma once
/* Increase polling rates and scan quantity for improved performance */
#define USB_POLLING_INTERVAL_MS 1
/* Increase scan quantity for improved performance */
#define QMK_KEYS_PER_SCAN 12

+ 1
- 2
keyboards/ai03/jp60/keymaps/via/config.h View File

@ -16,6 +16,5 @@
#pragma once
/* Increase polling rates and scan quantity for improved performance */
#define USB_POLLING_INTERVAL_MS 1
/* Increase scan quantity for improved performance */
#define QMK_KEYS_PER_SCAN 12

+ 0
- 1
keyboards/bastardkb/skeletyl/config.h View File

@ -40,7 +40,6 @@
#define SOFT_SERIAL_PIN D0
#define USB_POLLING_INTERVAL_MS 1
#define MASTER_RIGHT
// RGB matrix support


+ 0
- 1
keyboards/bastardkb/tbkmini/config.h View File

@ -43,7 +43,6 @@
#define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE
#define F_SCL 400000L
#define USB_POLLING_INTERVAL_MS 1
#define MASTER_RIGHT
// RGB matrix support


+ 0
- 1
keyboards/durgod/dgk6x/config.h View File

@ -22,7 +22,6 @@
#define VENDOR_ID 0xD60D
#define MANUFACTURER Hoksi Technology
#define USB_POLLING_INTERVAL_MS 1
#define WAIT_US_TIMER GPTD3
/* COL2ROW, ROW2COL*/


+ 0
- 2
keyboards/durgod/k3x0/config.h View File

@ -23,7 +23,6 @@
#define VENDOR_ID 0xD60D
#define MANUFACTURER Hoksi Technology
#define USB_POLLING_INTERVAL_MS 1
#define WAIT_US_TIMER GPTD3
/* key matrix size (rows in specific keyboard variant) */
@ -41,7 +40,6 @@
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
// #define USB_POLLING_INTERVAL_MS 1
/* Bootmagic Lite key configuration */
#define EARLY_INIT_PERFORM_BOOTLOADER_JUMP TRUE


+ 0
- 1
keyboards/geekboards/macropad_v2/config.h View File

@ -100,7 +100,6 @@
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define WAIT_FOR_USB
#define USB_POLLING_INTERVAL_MS 1
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3


+ 0
- 3
keyboards/gmmk/pro/config.h View File

@ -114,9 +114,6 @@
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
/* 1000Hz USB polling - it's the default on stock firmware */
#define USB_POLLING_INTERVAL_MS 1
/* Send up to 4 key press events per scan */
#define QMK_KEYS_PER_SCAN 4


+ 0
- 1
keyboards/handwired/marauder/config.h View File

@ -43,7 +43,6 @@
#define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5, F4, B0 }
#define DIODE_DIRECTION COL2ROW
#define LAYER_STATE_8BIT
#define USB_POLLING_INTERVAL_MS 1 //1000Hz polling rate
#define QMK_KEYS_PER_SCAN 12 // moar gaming code
#define RGB_DI_PIN D3
#ifdef RGB_DI_PIN


+ 0
- 1
keyboards/handwired/xealousbrown/config.h View File

@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 5
#define MATRIX_COLS 13
#define DEBOUNCE 10
#define USB_POLLING_INTERVAL_MS 1
/* layer optimization */
#define LAYER_STATE_8BIT
#define MAX_LAYER 2


+ 1
- 2
keyboards/horrortroll/chinese_pcb/devil68_pro/config.h View File

@ -45,8 +45,7 @@
/* Forcing to use NKRO instead 6KRO */
#define FORCE_NKRO
/* Change USB Polling Rate to 1000hz and a larger keys per scan for elite gaming */
#define USB_POLLING_INTERVAL_MS 1
/* Change larger keys per scan for elite gaming */
#define QMK_KEYS_PER_SCAN 12
#ifdef RGB_MATRIX_ENABLE


+ 1
- 2
keyboards/horrortroll/chinese_pcb/m63_rgb/config.h View File

@ -45,8 +45,7 @@
/* Forcing to use NKRO instead 6KRO */
#define FORCE_NKRO
/* Change USB Polling Rate to 1000hz and a larger keys per scan for elite gaming */
#define USB_POLLING_INTERVAL_MS 1
/* Change larger keys per scan for elite gaming */
#define QMK_KEYS_PER_SCAN 12
#ifdef RGB_MATRIX_ENABLE


+ 1
- 2
keyboards/horrortroll/handwired_k552/config.h View File

@ -46,8 +46,7 @@
/* Forcing to use NKRO instead 6KRO */
#define FORCE_NKRO
/* Change USB Polling Rate to 1000hz and a larger keys per scan for elite gaming */
#define USB_POLLING_INTERVAL_MS 1
/* Change larger keys per scan for elite gaming */
#define QMK_KEYS_PER_SCAN 12
/* EEPROM size */


+ 0
- 1
keyboards/ianklug/grooveboard/config.h View File

@ -154,5 +154,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define BOOTMAGIC_LITE_ROW 0
//#define BOOTMAGIC_LITE_COLUMN 0
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/jadookb/jkb2/keymaps/via/config.h View File

@ -16,5 +16,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/jadookb/jkb65/keymaps/via/config.h View File

@ -16,5 +16,4 @@
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 12

+ 0
- 4
keyboards/kinesis/kint2pp/config.h View File

@ -41,10 +41,6 @@
#define IGNORE_MOD_TAP_INTERRUPT
// Reduce input latency by lowering the USB polling interval
// from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows:
#define USB_POLLING_INTERVAL_MS 1
// The Teensy 2++ consumes about 60 mA of current at its full speed of 16 MHz as
// per https://www.pjrc.com/teensy/low_power.html
#define USB_MAX_POWER_CONSUMPTION 100

+ 0
- 4
keyboards/kinesis/kint36/config.h View File

@ -59,10 +59,6 @@
#define IGNORE_MOD_TAP_INTERRUPT
// Reduce input latency by lowering the USB polling interval
// from its 10ms default to the 1ms minimum that USB 1.x (Full Speed) allows:
#define USB_POLLING_INTERVAL_MS 1
// The Teensy 3.6 consumes about 80 mA of current at its full speed of 180 MHz:
// https://forum.pjrc.com/threads/47256-What-is-the-power-consumption-of-the-Teensy-3-6
#define USB_MAX_POWER_CONSUMPTION 100


+ 0
- 4
keyboards/kinesis/kint41/config.h View File

@ -86,10 +86,6 @@
#define IGNORE_MOD_TAP_INTERRUPT
// Reduce input latency by lowering the USB polling interval
// from its 10ms default to the 125μs minimum that USB 2.x (High Speed) allows:
#define USB_POLLING_INTERVAL_MS 1
// The Teensy 4.1 consumes about 100 mA of current at its full speed of 600 MHz
// as per https://www.pjrc.com/store/teensy41.html
#define USB_MAX_POWER_CONSUMPTION 100


+ 0
- 1
keyboards/kprepublic/bm60hsrgb/rev2/config.h View File

@ -44,7 +44,6 @@
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL
#define USB_POLLING_INTERVAL_MS 1
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3


+ 0
- 1
keyboards/kprepublic/bm60hsrgb_iso/rev2/config.h View File

@ -46,7 +46,6 @@
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL
#define USB_POLLING_INTERVAL_MS 1
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 3


+ 0
- 1
keyboards/kprepublic/bm60hsrgb_poker/rev2/config.h View File

@ -44,7 +44,6 @@
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL
#define USB_POLLING_INTERVAL_MS 1
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5


+ 1
- 2
keyboards/linworks/fave87/config.h View File

@ -23,8 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MANUFACTURER Lx3
#define PRODUCT FAVE-87
/* Set 1 kHz polling rate and force USB NKRO */
#define USB_POLLING_INTERVAL_MS 1
/* Force USB NKRO */
#define FORCE_NKRO
/* key matrix size */


+ 1
- 2
keyboards/linworks/whale75/config.h View File

@ -23,8 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MANUFACTURER Lx3
#define PRODUCT Whale-75
/* Set 1 kHz polling rate and force USB NKRO */
#define USB_POLLING_INTERVAL_MS 1
/* Force USB NKRO */
#define FORCE_NKRO
/* key matrix size */


+ 0
- 3
keyboards/lz/erghost/config.h View File

@ -46,9 +46,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL
#define USB_POLLING_INTERVAL_MS 1
#define LED_NUM_LOCK_PIN D7
#define LED_CAPS_LOCK_PIN D6
#define LED_SCROLL_LOCK_PIN B4


+ 0
- 3
keyboards/mechlovin/infinity87/rev2/config.h View File

@ -36,9 +36,6 @@
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL
#define USB_POLLING_INTERVAL_MS 1
#define LED_NUM_LOCK_PIN D7
#define LED_CAPS_LOCK_PIN D6
#define LED_SCROLL_LOCK_PIN B4


+ 0
- 3
keyboards/mechlovin/serratus/config.h View File

@ -45,9 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION ROW2COL
#define USB_POLLING_INTERVAL_MS 1
#define LED_NUM_LOCK_PIN D7
#define LED_CAPS_LOCK_PIN D6
#define LED_SCROLL_LOCK_PIN B4


+ 0
- 3
keyboards/ploopyco/mouse/config.h View File

@ -54,9 +54,6 @@
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5
/* Much more so than a keyboard, speed matters for a mouse. So we'll go for as high
a polling rate as possible. */
#define USB_POLLING_INTERVAL_MS 1
#define USB_MAX_POWER_CONSUMPTION 100
/* define if matrix has ghost (lacks anti-ghosting diodes) */


+ 0
- 3
keyboards/ploopyco/trackball/config.h View File

@ -44,9 +44,6 @@
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
/* Much more so than a keyboard, speed matters for a mouse. So we'll go for as high
a polling rate as possible. */
#define USB_POLLING_INTERVAL_MS 1
#define USB_MAX_POWER_CONSUMPTION 100
/* Bootmagic Lite key configuration */


+ 0
- 3
keyboards/ploopyco/trackball_mini/config.h View File

@ -45,9 +45,6 @@
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
/* Much more so than a keyboard, speed matters for a mouse. So we'll go for as high
a polling rate as possible. */
#define USB_POLLING_INTERVAL_MS 1
#define USB_MAX_POWER_CONSUMPTION 100
/* Bootmagic Lite key configuration */


+ 0
- 3
keyboards/ploopyco/trackball_nano/config.h View File

@ -41,9 +41,6 @@
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
/* Much more so than a keyboard, speed matters for a mouse. So we'll go for as high
a polling rate as possible. */
#define USB_POLLING_INTERVAL_MS 1
#define USB_MAX_POWER_CONSUMPTION 100
#define ADNS5050_SCLK_PIN B7


+ 0
- 2
keyboards/rgbkb/mun/config.h View File

@ -17,8 +17,6 @@
#define MANUFACTURER RGBKB
#define PRODUCT Mün
#define USB_POLLING_INTERVAL_MS 1
/* Matrix Configuration - Rows are doubled up */
#define MATRIX_ROWS 14
// Last pins reserved for encoder / touch encoder support


+ 0
- 2
keyboards/rgbkb/sol3/config.h View File

@ -17,8 +17,6 @@
#define MANUFACTURER RGBKB
#define PRODUCT Sol 3
#define USB_POLLING_INTERVAL_MS 1
/* Matrix Configuration - Rows are doubled up */
#define MATRIX_ROWS 12
// Last pins reserved for encoder / touch encoder support


+ 0
- 1
keyboards/sanctified/dystopia/config.h View File

@ -35,5 +35,4 @@
#define DIODE_DIRECTION COL2ROW
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 12

+ 0
- 2
keyboards/splitkb/kyria/keymaps/via/config.h View File

@ -36,5 +36,3 @@
# define RGBLIGHT_VAL_STEP 8
# define RGBLIGHT_LIMIT_VAL 150
#endif
#define USB_POLLING_INTERVAL_MS 1

+ 0
- 1
keyboards/xelus/dharma/keymaps/default/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/dharma/keymaps/via/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/kangaroo/keymaps/default/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/kangaroo/keymaps/via/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 2
keyboards/xelus/la_plus/keymaps/default/config.h View File

@ -16,6 +16,4 @@
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 2
keyboards/xelus/la_plus/keymaps/via/config.h View File

@ -19,6 +19,4 @@
// Enable RGB Matrix
#define VIA_QMK_RGBLIGHT_ENABLE
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/pachi/mini_32u4/keymaps/default/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/pachi/mini_32u4/keymaps/via/config.h View File

@ -19,5 +19,4 @@
// 3 layers or else it will not fit in EEPROM
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/pachi/rev1/keymaps/default/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/pachi/rev1/keymaps/via/config.h View File

@ -19,5 +19,4 @@
// 3 layers or else it will not fit in EEPROM
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/pachi/rgb/keymaps/default/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 2
keyboards/xelus/pachi/rgb/keymaps/via/config.h View File

@ -22,6 +22,4 @@
// Enable RGB Matrix
#define VIA_QMK_RGBLIGHT_ENABLE
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/rs60/keymaps/default/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/rs60/keymaps/via/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 1
- 1
keyboards/xelus/valor/rev2/keymaps/default/config.h View File

@ -13,6 +13,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 1
- 1
keyboards/xelus/valor/rev2/keymaps/via/config.h View File

@ -13,6 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
// RGB Matrix
#define VIA_QMK_RGBLIGHT_ENABLE
@ -20,5 +21,4 @@
// More layers
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/valor_frl_tkl/keymaps/default/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/valor_frl_tkl/keymaps/via/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/xs60/keymaps/default/config.h View File

@ -15,5 +15,4 @@
*/
#pragma once
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

+ 0
- 1
keyboards/xelus/xs60/keymaps/via/config.h View File

@ -18,5 +18,4 @@
// More layers
#define DYNAMIC_KEYMAP_LAYER_COUNT 8
#define USB_POLLING_INTERVAL_MS 1
#define QMK_KEYS_PER_SCAN 4

Loading…
Cancel
Save