Browse Source

Format code according to conventions (#12244)

Co-authored-by: QMK Bot <hello@qmk.fm>
pull/12397/head 0.12.18
github-actions[bot] 3 years ago
committed by GitHub
parent
commit
a18e1305b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      quantum/quantum_keycodes.h
  2. +1
    -1
      tmk_core/common/keycode.h

+ 3
- 3
quantum/quantum_keycodes.h View File

@ -332,11 +332,11 @@ enum quantum_keycodes {
MIDI_VELOCITY_MIN,
MI_VEL_0 = MIDI_VELOCITY_MIN,
#ifdef VIA_ENABLE
# ifdef VIA_ENABLE
MI_VEL_1 = MIDI_VELOCITY_MIN,
#else
# else
MI_VEL_1,
#endif
# endif
MI_VEL_2,
MI_VEL_3,
MI_VEL_4,


+ 1
- 1
tmk_core/common/keycode.h View File

@ -523,7 +523,7 @@ enum internal_special_keycodes {
};
enum mouse_keys {
/* Mouse Buttons */
/* Mouse Buttons */
#ifdef VIA_ENABLE
KC_MS_UP = 0xF0,
#else


Loading…
Cancel
Save