Skip to content

Commit

Permalink
test of ’?’
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] committed Jan 13, 2025
1 parent 7610da3 commit a01a442
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
* SPDX-License-Identifier: MIT
*/

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

/ {
macros {
Expand Down Expand Up @@ -99,11 +100,6 @@
bindings = <&repet10>;
key-positions = <7 19>;
};

interrogation {
bindings = <&kp LS(N)>;
key-positions = <25 30>;
};
};

behaviors {
Expand Down Expand Up @@ -161,10 +157,10 @@
// | GUI | LWR | SPC | | ENT | RSE | ALT |

bindings = <
&none &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &none
&none &kp A &kp S &kp D &kp F &maj LCTRL G &kp H &kp J &kp K &kp L &kp SEMI &none
&kp LSHFT &maj LEFT_SHIFT Z &kp X &kp C &kp V &kp B &kp RA(G) &kp M &kp COMMA &kp DOT &kp FSLH &none
&kp LCTRL &maj SPACE SPACE &mo 1 &mo 2 &maj RALT ENTER &kp BACKSPACE
&none &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &none
&none &kp A &kp S &kp D &kp F &maj LCTRL G &kp H &kp J &kp K &kp L &kp SEMI &none
&kp LSHFT &maj LEFT_SHIFT Z &kp X &kp C &kp V &kp B &hold_long QUESTION RA(G) &kp M &kp COMMA &kp DOT &kp FSLH &none
&kp LCTRL &maj SPACE SPACE &mo 1 &mo 2 &maj RALT ENTER &kp BACKSPACE
>;
};

Expand Down

0 comments on commit a01a442

Please sign in to comment.