diff options
| -rw-r--r-- | quantum/quantum_keycodes.h | 6 | ||||
| -rw-r--r-- | tmk_core/common/keycode.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 9f1591458..e49f8dcda 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
| @@ -332,11 +332,11 @@ enum quantum_keycodes { | |||
| 332 | 332 | ||
| 333 | MIDI_VELOCITY_MIN, | 333 | MIDI_VELOCITY_MIN, |
| 334 | MI_VEL_0 = MIDI_VELOCITY_MIN, | 334 | MI_VEL_0 = MIDI_VELOCITY_MIN, |
| 335 | #ifdef VIA_ENABLE | 335 | # ifdef VIA_ENABLE |
| 336 | MI_VEL_1 = MIDI_VELOCITY_MIN, | 336 | MI_VEL_1 = MIDI_VELOCITY_MIN, |
| 337 | #else | 337 | # else |
| 338 | MI_VEL_1, | 338 | MI_VEL_1, |
| 339 | #endif | 339 | # endif |
| 340 | MI_VEL_2, | 340 | MI_VEL_2, |
| 341 | MI_VEL_3, | 341 | MI_VEL_3, |
| 342 | MI_VEL_4, | 342 | MI_VEL_4, |
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h index a39a33be2..8facabd81 100644 --- a/tmk_core/common/keycode.h +++ b/tmk_core/common/keycode.h | |||
| @@ -523,7 +523,7 @@ enum internal_special_keycodes { | |||
| 523 | }; | 523 | }; |
| 524 | 524 | ||
| 525 | enum mouse_keys { | 525 | enum mouse_keys { |
| 526 | /* Mouse Buttons */ | 526 | /* Mouse Buttons */ |
| 527 | #ifdef VIA_ENABLE | 527 | #ifdef VIA_ENABLE |
| 528 | KC_MS_UP = 0xF0, | 528 | KC_MS_UP = 0xF0, |
| 529 | #else | 529 | #else |
