forked from mirror/qmk_firmware
[CI] Format code according to conventions (#25827)
Format code according to conventions
This commit is contained in:
@@ -114,8 +114,7 @@ void clear_oneshot_swaphands(void);
|
||||
void neutralize_flashing_modifiers(uint8_t active_mods);
|
||||
#endif
|
||||
#ifndef MODS_TO_NEUTRALIZE
|
||||
# define MODS_TO_NEUTRALIZE \
|
||||
{ MOD_BIT(KC_LEFT_ALT), MOD_BIT(KC_LEFT_GUI) }
|
||||
# define MODS_TO_NEUTRALIZE {MOD_BIT(KC_LEFT_ALT), MOD_BIT(KC_LEFT_GUI)}
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user