Skip to content

Commit

Permalink
Remove non working bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
BasicAcid committed Jan 1, 2024
1 parent 11e01d5 commit f3c575a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Remarks

I am using this layout along with my X11 layout set to french.

See for keyfile:
https://github.com/zmkfirmware/zmk/issues/177#issuecomment-1537504541
2 changes: 1 addition & 1 deletion config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# CONFIG_WS2812_STRIP=y

# Uncomment the following line to enable the Corne OLED Display
CONFIG_ZMK_DISPLAY=y
# CONFIG_ZMK_DISPLAY=y
22 changes: 11 additions & 11 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@
lower_layer {
bindings = <
&kp FR_AMPR &kp FR_EACU &kp FR_DQUO &kp FR_QUOT &kp FR_LPRN &kp FR_MINS &kp FR_EGRV &kp FR_UNDS &kp FR_CCED &kp FR_AGRV &kp FR_RPRN &kp FR_EQL
&trans &kp RA(LS(W)) &none &none &none &none &none &kp FR_LBRC &kp FR_RBRC &kp FR_CIRC &kp FR_DLR &trans
&trans &kp RA(LS(X)) &none &none &none &none &none &kp FR_LCBR &kp FR_RCBR &kp FR_UGRV &kp BSLH &trans
&trans &trans &trans &trans &trans &trans
&trans &none &none &none &none &none &none &kp FR_LBRC &kp FR_RBRC &kp FR_CIRC &kp FR_DLR &trans
&trans &none &none &none &none &none &none &kp FR_LCBR &kp FR_RCBR &kp FR_UGRV &kp BSLH &trans
&trans &trans &trans &trans &trans &trans
>;
};

raise_layer {
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp LSHIFT &none &none &none &none &none &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp BSLH &trans
&trans &none &none &none &none &kp TILDE &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &trans
&trans &trans &trans &trans &trans &trans
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&kp LSHIFT &none &none &none &none &none &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp BSLH &trans
&trans &none &none &none &none &kp TILDE &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &trans
&trans &trans &trans &trans &trans &trans
>;
};

layer_3 {
bindings = <
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_SEL 5 &none &none &none &trans &trans
&trans &none &none &none &none &none &none &none &none &none &none &trans
&trans &none &none &none &none &none &none &none &none &none &none &trans
&trans &trans &trans &trans &trans &trans
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_SEL 5 &none &none &none &trans &trans
&trans &none &none &none &none &none &none &none &none &none &none &trans
&trans &none &none &none &none &none &none &none &none &none &none &trans
&trans &trans &trans &trans &trans &trans
>;
};
};
Expand Down

0 comments on commit f3c575a

Please sign in to comment.