Format code according to conventions (#12244)

Co-authored-by: QMK Bot <hello@qmk.fm>
This commit is contained in:
github-actions[bot] 2021-03-15 12:21:14 +11:00 committed by GitHub
parent 0779c34db8
commit a18e1305b3
Failed to generate hash of commit
2 changed files with 4 additions and 4 deletions

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