Skip to content

Commit

Permalink
Correct keycode for left alt key
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Apr 4, 2024
1 parent 7c54451 commit 91e51d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/shields/defiant/defiant.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

default_layer {
bindings = <
&kp Q &kp W &kp E &kp R &kp T &kp LGUI &kp ALT &kp Y &kp U &kp I &kp O &kp P
&kp Q &kp W &kp E &kp R &kp T &kp LGUI &kp LALT &kp Y &kp U &kp I &kp O &kp P
&kp A &kp S &kp D &kp F &kp G &kp LCTRL &kp RCTRL &kp H &kp J &kp K &kp L &kp SEMI
&kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH
&kp LGUI &kp DEL &kp TAB &kp SPACE &kp LSHIFT &kp RSHIFT &kp RET &kp BSPC &kp ESC &kp RALT
Expand Down

0 comments on commit 91e51d5

Please sign in to comment.