Skip to content

Commit

Permalink
Make meta and altgr into toggle keys
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jan 2, 2024
1 parent 73a4ecc commit d28303f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/keys.h>

/ {
behaviors {
Expand Down Expand Up @@ -31,12 +32,12 @@
compatible = "zmk,combos";

ALTGR {
bindings = <&kp RIGHT_ALT>;
bindings = <&kt RALT>;
key-positions = <25 26>;
};

META {
bindings = <&kp LEFT_GUI>;
bindings = <&kt LEFT_GUI>;
key-positions = <23 24>;
};

Expand Down

0 comments on commit d28303f

Please sign in to comment.