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 /tmk_core | |
| parent | 0779c34db8ba0bf7141712377b1db467394f940f (diff) | |
| download | qmk_firmware-a18e1305b303be4b30c57f16e72ce27af0dd38d8.tar.gz qmk_firmware-a18e1305b303be4b30c57f16e72ce27af0dd38d8.zip | |
Format code according to conventions (#12244)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/common/keycode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
