forked from mirrors/qmk_firmware
Fix indentation in quantum_keycodes.h (#5221)
This commit is contained in:
parent
c8de0f78bf
commit
d5dcf54e23
1 changed files with 25 additions and 26 deletions
|
@ -449,36 +449,35 @@ 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_LNX,
|
||||||
|
UNICODE_MODE_WIN,
|
||||||
|
UNICODE_MODE_BSD,
|
||||||
|
UNICODE_MODE_WINC,
|
||||||
|
|
||||||
UNICODE_MODE_OSX,
|
HPT_ON,
|
||||||
UNICODE_MODE_LNX,
|
HPT_OFF,
|
||||||
UNICODE_MODE_WIN,
|
HPT_TOG,
|
||||||
UNICODE_MODE_BSD,
|
HPT_RST,
|
||||||
UNICODE_MODE_WINC,
|
HPT_FBK,
|
||||||
|
HPT_BUZ,
|
||||||
|
HPT_MODI,
|
||||||
|
HPT_MODD,
|
||||||
|
HPT_DWLI,
|
||||||
|
HPT_DWLD,
|
||||||
|
|
||||||
HPT_ON,
|
// always leave at the end
|
||||||
HPT_OFF,
|
SAFE_RANGE
|
||||||
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
|
// Ability to use mods in layouts
|
||||||
#define LCTL(kc) (QK_LCTL | (kc))
|
#define LCTL(kc) (QK_LCTL | (kc))
|
||||||
|
|
Loading…
Reference in a new issue