Skip to content

Commit

Permalink
add game layer to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Dec 29, 2023
1 parent 4996715 commit cdec76b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define NAV 3
#define NUM 4
#define MOU 5
#define GAM 6

// Modifier keys
#define GL LGUI
Expand All @@ -29,4 +30,4 @@
#define MAC_OS 2

// Apps
#define TMUX LC(LA(J)) // Tmux -> Ctrl + Alt + J
#define TMUX LC(LA(J)) // Tmux -> Ctrl + Alt + J

0 comments on commit cdec76b

Please sign in to comment.