Skip to content

Commit

Permalink
Format code according to conventions (#12076)
Browse files Browse the repository at this point in the history
Co-authored-by: QMK Bot <hello@qmk.fm>
  • Loading branch information
github-actions[bot] and qmk-bot authored Mar 1, 2021
1 parent 0e984b6 commit 50290c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/quantum_keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -892,5 +892,5 @@ enum quantum_keycodes {

// One Shot toggle
#define OS_TOGG ONESHOT_TOGGLE
#define OS_ON ONESHOT_ENABLE
#define OS_OFF ONESHOT_DISABLE
#define OS_ON ONESHOT_ENABLE
#define OS_OFF ONESHOT_DISABLE

0 comments on commit 50290c7

Please sign in to comment.