Skip to content

Commit

Permalink
Format code according to conventions (qmk#12076)
Browse files Browse the repository at this point in the history
Co-authored-by: QMK Bot <hello@qmk.fm>
  • Loading branch information
2 people authored and hsgw committed Apr 29, 2021
1 parent 2bf277e commit 260cf42
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 @@ -881,5 +881,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 260cf42

Please sign in to comment.