Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sabslikesobs authored Jul 29, 2023
1 parent f55655a commit 950848c
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ADV360 Pro ZMK All-in-One Qwerty, Colemak, Dvorak, Programmer Dvorak Layout
# ADV360 Pro ZMK All-in-One Qwerty, Colemak, Colemak-DH, Dvorak, Programmer Dvorak, Workman, Workman-P Layout

It's a single keyboard layout for the Kinesis Advantage 360 (Adv360) that lets you choose between Qwerty, Colemak, Dvorak (dvk), and Programmer Dvorak (dvp).
It's a single keyboard layout for the Kinesis Advantage 360 (Adv360) that lets you choose between a bunch of different keyboard layouts.

- Fork it to make your own: [Instructions](https://github.com/KinesisCorporation/Adv360-Pro-ZMK
) (fork this repository instead, though)
Expand All @@ -14,17 +14,21 @@ After you follow the flashing instructions (see the links above), tap the (1) ma

1. qwerty
2. [colemak](https://colemak.com)
3. dvorak
4. [programmer dvorak](https://www.kaufmann.no/roland/dvorak/) (I use this)
3. [colemak-dh](https://colemakmods.github.io/mod-dh/)
4. dvorak
5. [programmer dvorak](https://www.kaufmann.no/roland/dvorak/) (I use this)
6. [workman](https://workmanlayout.org)
7. [workman-p](https://workmanlayout.org)

And some notes:

- **Important**: When multiple layers are activated, the one with the highest number takes priority. They are not stacked. Mod and Fn must be kept at the end of the list. You can create new layers with proper ordering by copying a list item from keymap.json, saving it, then reloading the web configurator.
- You can also tap Mod+LCTRL or Mod+Delete to put LCTRL on Delete, LSHIFT on LCTRL, and DEL on RCTRL. I use that myself, but didn't set it by default to keep the layout vanilla.
- I don't use Colemak but threw it in there to be helpful. I hope it works right.
- I don't use Colemak or Workman but threw them in there to be helpful. I hope it works right.
- Change unused keys on the base qwerty layer (e.g. the thumb clusters) to apply those changes to all layouts.
- Programmer Dvorak (dvp) is based on the way the layout acts on my Linux computer, with the number row keys corrected so that 1 is on the left index finger. Programmer Dvorak changes the shift-behavior of the number row, which I implemented with [ZMK mod-morphs](https://zmk.dev/docs/behaviors/mod-morph) -- `&dvp_` labels in config/dvp_morphs.dtsi. Since the Kinesis web configurator regenerates the keymap every time, I shunted those extra rules into the macros.dtsi file inside of .github/build.yml.
- Programmer Dvorak (dvp) based on the way the layout acts on my Linux computer, with the number row keys corrected so that 1 is on the left index finger. Programmer Dvorak changes the shift-behavior of the number row, which I implemented with [ZMK mod-morphs](https://zmk.dev/docs/behaviors/mod-morph) -- `&dvp_` labels in config/dvp_morphs.dtsi. Since the Kinesis web configurator regenerates the keymap every time, I shunted those extra rules into the macros.dtsi file inside of .github/build.yml.
- I estimated a good symbol layout for dvorak, and kept the bracket keys unchanged from qwerty since they're in a non-standard position already.
- I didn't really verify workman-p or colemak-dh very much.

## Screenshots
Qwerty
Expand All @@ -33,9 +37,17 @@ Qwerty
Colemak
![Screenshot_2023-07-24_23-52-10](https://github.com/sabslikesobs/Adv360-Pro-ZMK/assets/57574500/013a2325-04d3-4c9c-b66d-767eedd28308)

Colemak-DH
![Screenshot_2023-07-29_16-25-14](https://github.com/sabslikesobs/Adv360-Pro-ZMK/assets/57574500/b3f2a185-70ae-4ef9-8545-8515f6783472)

Dvorak
![Screenshot_2023-07-24_23-48-22](https://github.com/sabslikesobs/Adv360-Pro-ZMK/assets/57574500/c6e0d77f-8694-464f-8fbe-1edac22e5911)

Programmer Dvorak (pink keys are mod-morph combos for e.g. left-parenthesis with 1 on shift)
![Screenshot_2023-07-24_23-50-48](https://github.com/sabslikesobs/Adv360-Pro-ZMK/assets/57574500/22d6c1fd-43b2-4e89-8531-a25eb69374bb)

Workman
![Screenshot_2023-07-29_16-25-31](https://github.com/sabslikesobs/Adv360-Pro-ZMK/assets/57574500/07c0de62-8c28-4a1f-ace1-e8967154de47)

Workman-P
![Screenshot_2023-07-29_16-25-48](https://github.com/sabslikesobs/Adv360-Pro-ZMK/assets/57574500/651da268-70c6-4582-a789-25d08ee5554d)

0 comments on commit 950848c

Please sign in to comment.