Format code according to conventions (#12244) Co-authored-by: QMK Bot <hello@qmk.fm>
2 files changed, 4 insertions(+), 4 deletions(-) M quantum/quantum_keycodes.h M tmk_core/common/keycode.h
M quantum/quantum_keycodes.h => quantum/quantum_keycodes.h +3 -3
@@ 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,
M tmk_core/common/keycode.h => tmk_core/common/keycode.h +1 -1