1
0
Fork 0

Fix indentation in quantum_keycodes.h (#5221)

This commit is contained in:
Konstantin Đorđević 2019-02-25 00:21:09 +01:00 committed by Drashna Jaelre
parent c8de0f78bf
commit d5dcf54e23

View file

@ -449,16 +449,15 @@ enum quantum_keycodes {
KC_LOCK, KC_LOCK,
#endif #endif
#ifdef TERMINAL_ENABLE #ifdef TERMINAL_ENABLE
TERM_ON, TERM_ON,
TERM_OFF, TERM_OFF,
#endif #endif
EEPROM_RESET, EEPROM_RESET,
UNICODE_MODE_FORWARD, UNICODE_MODE_FORWARD,
UNICODE_MODE_REVERSE, UNICODE_MODE_REVERSE,
UNICODE_MODE_OSX, UNICODE_MODE_OSX,
UNICODE_MODE_LNX, UNICODE_MODE_LNX,
UNICODE_MODE_WIN, UNICODE_MODE_WIN,
@ -478,7 +477,7 @@ enum quantum_keycodes {
// always leave at the end // always leave at the end
SAFE_RANGE SAFE_RANGE
}; };
// Ability to use mods in layouts // Ability to use mods in layouts
#define LCTL(kc) (QK_LCTL | (kc)) #define LCTL(kc) (QK_LCTL | (kc))