Browse Source

Format code according to conventions (#12076)

Co-authored-by: QMK Bot <hello@qmk.fm>
github-actions[bot] 4 năm trước cách đây
mục cha
commit
50290c78b6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      quantum/quantum_keycodes.h

+ 2 - 2
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