Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
- Removed extra spaces for consistency in `key_defs/legacy.h`
  • Loading branch information
obra committed Mar 21, 2024
1 parent eeb83fa commit b256ff4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/kaleidoscope/key_defs/legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b256ff4

Please sign in to comment.