diff options
| author | Drashna Jaelre <drashna@live.com> | 2022-09-16 22:49:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-17 15:49:00 +1000 |
| commit | d67d388e776eeb8596181894639b6ed46c8a2d7d (patch) | |
| tree | 8403ab60e56e99cc628296ef9c229a98f2c255a0 /quantum/keycode.h | |
| parent | a26f1ddafa05c04cc9446109db250c59f689b35a (diff) | |
Move mousekey keycodes into newly freed up keycode block (#16076)
Diffstat (limited to 'quantum/keycode.h')
| -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" |
