mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 07:04:17 -04:00
moving the mouse keys from must tap
This commit is contained in:
parent
f053b1e041
commit
6350d0043d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ bool get_combo_must_tap(uint16_t index, combo_t *combo) {
|
||||||
|
|
||||||
switch (index) {
|
switch (index) {
|
||||||
|
|
||||||
#if defined(MOUSEKEY_ENABLE)
|
#if defined(MOUSEKEY_ENABLE222)
|
||||||
case MOUSE_BUTTON1:
|
case MOUSE_BUTTON1:
|
||||||
case MOUSE_BUTTON2:
|
case MOUSE_BUTTON2:
|
||||||
case MOUSE_BUTTON3:
|
case MOUSE_BUTTON3:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue