qmk/qmk_firmware

[Bug] mouse scrolling acceleration does not work in combined mode

オープン

#11,953 opened on 2021/02/19

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)C (43,867 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (20,368 個のスター)
PR merge metrics
 (平均マージ 20d 9h) (30d で 27 merged PRs)

説明

Describe the Bug

System Information

  • Keyboard: idobo, melody96
  • Operating system: linux
  • AVR GCC version: avr-gcc (GCC) 7.5.0
  • ARM GCC version: arm-none-eabi-gcc (GCC) 7.3.1 20180622 (7-2018-q2-update)
  • QMK Firmware version: 0.11.68

Additional Context

config.h:

//mouse
#define MOUSEKEY_INTERVAL 16
#define MOUSEKEY_MAX_SPEED 8
#define MOUSEKEY_TIME_TO_MAX 200
#define MOUSEKEY_WHEEL_INTERVAL 48
#define MOUSEKEY_WHEEL_MAX_SPEED 50
#define MOUSEKEY_WHEEL_TIME_TO_MAX 200

#define MK_COMBINED 1

mouse cursor work as it should without pressing KC_ACL{0,1,2}, but scrolling acceleration does not if MK_COMBINED defined (KC_ACL keys works for both scrolling and cursor)

コントリビューターガイド