We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eg, support this PR (merged almost 2 years ago): qmk/qmk_firmware#10807
Eg:
KC_MS_UP = 0xCD, KC_MS_DOWN, KC_MS_LEFT, KC_MS_RIGHT, // 0xD0 KC_MS_BTN1, KC_MS_BTN2, KC_MS_BTN3, KC_MS_BTN4, KC_MS_BTN5, KC_MS_BTN6, KC_MS_BTN7, KC_MS_BTN8, /* Mouse Wheel */ KC_MS_WH_UP, KC_MS_WH_DOWN, KC_MS_WH_LEFT, KC_MS_WH_RIGHT, /* Acceleration */ KC_MS_ACCEL0, KC_MS_ACCEL1, KC_MS_ACCEL2 // 0xDF
And/or possibly: qmk/qmk_firmware#16076
The text was updated successfully, but these errors were encountered:
appears to be fixed in 7844765
Sorry, something went wrong.
No branches or pull requests
Eg, support this PR (merged almost 2 years ago): qmk/qmk_firmware#10807
Eg:
And/or possibly:
qmk/qmk_firmware#16076
The text was updated successfully, but these errors were encountered: