diff --git a/src/kaleidoscope/key_defs/legacy.h b/src/kaleidoscope/key_defs/legacy.h index 363190b54e..6b94070193 100644 --- a/src/kaleidoscope/key_defs/legacy.h +++ b/src/kaleidoscope/key_defs/legacy.h @@ -20,7 +20,7 @@ // keymaps. They should not be used in new keymaps. // We should formally remove them. -#define Key_BacklightDown Key(KEY_BACKLIGHT_DOWN, KEY_FLAGS) -#define Key_BacklightUp Key(KEY_BACKLIGHT_UP, KEY_FLAGS) -#define Key_RFN2 Key(KEY_RIGHT_FN2, KEY_FLAGS) -#define Key_LFN2 Key(KEY_LEFT_FN2, KEY_FLAGS) +#define Key_BacklightDown Key(KEY_BACKLIGHT_DOWN, KEY_FLAGS) +#define Key_BacklightUp Key(KEY_BACKLIGHT_UP, KEY_FLAGS) +#define Key_RFN2 Key(KEY_RIGHT_FN2, KEY_FLAGS) +#define Key_LFN2 Key(KEY_LEFT_FN2, KEY_FLAGS)