summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-03-01 18:08:18 +0000
committerGitHub <noreply@github.com>2021-03-01 18:08:18 +0000
commit50290c78b6b904b9d2f1dbcfea4495966a755eda (patch)
tree06a30aa267db753e15c17dab9bbfbb10bc438be4 /quantum
parent0e984b6e7e216a62df0b5d53f6a8f0d4bc13dca3 (diff)
Format code according to conventions (#12076)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'quantum')
-rw-r--r--quantum/quantum_keycodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 63945a17ca..5eba218c9f 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -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