summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-02-25 00:21:09 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-24 15:21:09 -0800
commitd5dcf54e23a39d9d55e99ff9b27ee7d1347bcc1a (patch)
tree3fc7b41a7b8b30767dc3143dd74e99aea140ca3f
parentc8de0f78bfa729e610566d41a31aa1615369a597 (diff)
Fix indentation in quantum_keycodes.h (#5221)0.6.303
-rw-r--r--quantum/quantum_keycodes.h59
1 files changed, 29 insertions, 30 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h
index 1ced6ae37e..fe2e3510d6 100644
--- a/quantum/quantum_keycodes.h
+++ b/quantum/quantum_keycodes.h
@@ -449,36 +449,35 @@ enum quantum_keycodes {
KC_LOCK,
#endif
- #ifdef TERMINAL_ENABLE
- TERM_ON,
- TERM_OFF,
- #endif
-
- EEPROM_RESET,
-
- UNICODE_MODE_FORWARD,
- UNICODE_MODE_REVERSE,
-
- UNICODE_MODE_OSX,
- UNICODE_MODE_LNX,
- UNICODE_MODE_WIN,
- UNICODE_MODE_BSD,
- UNICODE_MODE_WINC,
-
- HPT_ON,
- HPT_OFF,
- HPT_TOG,
- HPT_RST,
- HPT_FBK,
- HPT_BUZ,
- HPT_MODI,
- HPT_MODD,
- HPT_DWLI,
- HPT_DWLD,
-
- // always leave at the end
- SAFE_RANGE
- };
+#ifdef TERMINAL_ENABLE
+ TERM_ON,
+ TERM_OFF,
+#endif
+
+ EEPROM_RESET,
+
+ UNICODE_MODE_FORWARD,
+ UNICODE_MODE_REVERSE,
+ UNICODE_MODE_OSX,
+ UNICODE_MODE_LNX,
+ UNICODE_MODE_WIN,
+ UNICODE_MODE_BSD,
+ UNICODE_MODE_WINC,
+
+ HPT_ON,
+ HPT_OFF,
+ HPT_TOG,
+ HPT_RST,
+ HPT_FBK,
+ HPT_BUZ,
+ HPT_MODI,
+ HPT_MODD,
+ HPT_DWLI,
+ HPT_DWLD,
+
+ // always leave at the end
+ SAFE_RANGE
+};
// Ability to use mods in layouts
#define LCTL(kc) (QK_LCTL | (kc))