Skip to content

Commit

Permalink
Change right "control" to "option" to match Mac layout
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Dec 20, 2022
1 parent 9ae5249 commit 3979943
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can fork this repository to your own GitHub account and do any modification.

### Keymap

This firmware tries to match the default keymap of the stock firmware as closely as possible, but you can customize it using the [ZMK Keymap Editor](https://nickcoutsos.github.io/keymap-editor/) or by manually editing the [`keychron_q1.keymap`](config/keychron_q1.keymap).
This firmware is designed to closely mimic the default keymap of the [factory firmware](https://www.keychron.com/blogs/archived/how-to-reset-your-keychron-q1-to-factory-settings), with the exception of the right `Control` key in the Mac layout, which has been changed to the `Option` key to match the layout on MacBooks. You can customize it using the [ZMK Keymap Editor](https://nickcoutsos.github.io/keymap-editor/) or by manually editing the [`keychron_q1.keymap`](config/keychron_q1.keymap) file.

#### Mac, default

Expand Down
2 changes: 1 addition & 1 deletion config/keychron_q1.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp LBKT &kp RBKT &kp BSLH &kp PG_DN
&kp CLCK &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT &kp RET &kp HOME
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHFT &kp UP
&kp LCTRL &kp LALT &kp LCMD &mo WIN_BASE &kp SPACE &kp RCMD &mo MAC_FN &kp RCTRL &kp LEFT &kp DOWN &kp RIGHT
&kp LCTRL &kp LALT &kp LCMD &mo WIN_BASE &kp SPACE &kp RCMD &mo MAC_FN &kp RALT &kp LEFT &kp DOWN &kp RIGHT
>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP>;
};
Expand Down
Binary file modified images/keymap_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3979943

Please sign in to comment.