Skip to content

Commit

Permalink
Format code according to conventions (qmk#12244)
Browse files Browse the repository at this point in the history
Co-authored-by: QMK Bot <[email protected]>
  • Loading branch information
github-actions[bot] and qmk-bot committed Mar 15, 2021
1 parent 0779c34 commit a18e130
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions quantum/quantum_keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tmk_core/common/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ enum internal_special_keycodes {
};

enum mouse_keys {
/* Mouse Buttons */
/* Mouse Buttons */
#ifdef VIA_ENABLE
KC_MS_UP = 0xF0,
#else
Expand Down

0 comments on commit a18e130

Please sign in to comment.