diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-03-01 18:08:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 18:08:18 +0000 |
| commit | 50290c78b6b904b9d2f1dbcfea4495966a755eda (patch) | |
| tree | 06a30aa267db753e15c17dab9bbfbb10bc438be4 /quantum/quantum_keycodes.h | |
| parent | 0e984b6e7e216a62df0b5d53f6a8f0d4bc13dca3 (diff) | |
| download | qmk_firmware-50290c78b6b904b9d2f1dbcfea4495966a755eda.tar.gz qmk_firmware-50290c78b6b904b9d2f1dbcfea4495966a755eda.zip | |
Format code according to conventions (#12076)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 63945a17c..5eba218c9 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
| @@ -892,5 +892,5 @@ enum quantum_keycodes { | |||
| 892 | 892 | ||
| 893 | // One Shot toggle | 893 | // One Shot toggle |
| 894 | #define OS_TOGG ONESHOT_TOGGLE | 894 | #define OS_TOGG ONESHOT_TOGGLE |
| 895 | #define OS_ON ONESHOT_ENABLE | 895 | #define OS_ON ONESHOT_ENABLE |
| 896 | #define OS_OFF ONESHOT_DISABLE | 896 | #define OS_OFF ONESHOT_DISABLE |
