diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/keycode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/keycode.h b/quantum/keycode.h index c2103ebaa7..b492e4292a 100644 --- a/quantum/keycode.h +++ b/quantum/keycode.h | |||
| @@ -514,11 +514,11 @@ enum mouse_keys { | |||
| 514 | #ifdef VIA_ENABLE | 514 | #ifdef VIA_ENABLE |
| 515 | KC_MS_UP = 0xF0, | 515 | KC_MS_UP = 0xF0, |
| 516 | #else | 516 | #else |
| 517 | KC_MS_UP = 0xED, | 517 | KC_MS_UP = 0xCD, |
| 518 | #endif | 518 | #endif |
| 519 | KC_MS_DOWN, | 519 | KC_MS_DOWN, |
| 520 | KC_MS_LEFT, | 520 | KC_MS_LEFT, |
| 521 | KC_MS_RIGHT, // 0xF0 | 521 | KC_MS_RIGHT, |
| 522 | KC_MS_BTN1, | 522 | KC_MS_BTN1, |
| 523 | KC_MS_BTN2, | 523 | KC_MS_BTN2, |
| 524 | KC_MS_BTN3, | 524 | KC_MS_BTN3, |
| @@ -543,7 +543,7 @@ enum mouse_keys { | |||
| 543 | /* Acceleration */ | 543 | /* Acceleration */ |
| 544 | KC_MS_ACCEL0, | 544 | KC_MS_ACCEL0, |
| 545 | KC_MS_ACCEL1, | 545 | KC_MS_ACCEL1, |
| 546 | KC_MS_ACCEL2 // 0xFF | 546 | KC_MS_ACCEL2 // 0xDF, or 0xFF if via enabled |
| 547 | }; | 547 | }; |
| 548 | 548 | ||
| 549 | #include "keycode_legacy.h" | 549 | #include "keycode_legacy.h" |
