Skip to content

Commit

Permalink
invert letters in modifier aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jun 27, 2023
1 parent 2d65c18 commit 2c450ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/alias.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
#define NUM 6

// Modifier keys
#define LG LGUI
#define LC LCTRL
#define LA LALT
#define LS LSHFT
#define RG RGUI
#define RC RCTRL
#define RA RALT
#define RS RSHFT
#define GL LGUI
#define CL LCTRL
#define AL LALT
#define SL LSHFT
#define GR RGUI
#define CR RCTRL
#define AR RALT
#define SR RSHFT

0 comments on commit 2c450ea

Please sign in to comment.