Skip to content

Commit

Permalink
Updated splitkb_aurora_corne.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jul 17, 2024
1 parent 31c08b7 commit 1ad8ee6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions config/splitkb_aurora_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

#include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>

/ {
Expand All @@ -13,11 +14,21 @@

linux {
bindings = <&to 0>;
key-positions = <0 12 24 27>;
key-positions = <0 12 24>;
};

mac {
bindings = <&to 0>;
bindings = <&to 2>;
key-positions = <11 23 35>;
};

linuxbt {
bindings = <&bt BT_SEL 0>;
key-positions = <0 12 24>;
};

macbt {
bindings = <&bt BT_SEL 1>;
key-positions = <11 23 35>;
};
};
Expand Down

0 comments on commit 1ad8ee6

Please sign in to comment.