diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-03-15 12:21:14 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 12:21:14 +1100 |
commit | a18e1305b303be4b30c57f16e72ce27af0dd38d8 (patch) | |
tree | 553b554db80ba21dfef57aa50c8586d30162e2e0 /quantum | |
parent | 0779c34db8ba0bf7141712377b1db467394f940f (diff) |
Format code according to conventions (#12244)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/quantum_keycodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 9f1591458d..e49f8dcdaa 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -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, |