sabslikesobs / Adv360-Pro-ZMK

ADV360 Pro ZMK All-in-One Qwerty, Colemak, Colemak-DH, Dvorak, Programmer Dvorak, Workman, Workman-P Layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 a bunch of different keyboard layouts.

  • Fork it to make your own: Instructions (fork this repository instead, though)
  • Kinesis's Keymap GUI for your fork: See here
  • Just Give me the Firmware: Look at the releases, to the right. Look at the support page for full instructions. Summary: mount left module with mod+(1), drag left into the directory; then, mount right module with mod+(3), drag right into directory.
  • Kinesis 360 Pro support page: see here

Instructions

After you follow the flashing instructions (see the links above), tap the (1) macro key to cycle through the available layouts:

  1. qwerty
  2. colemak
  3. colemak-dh
  4. dvorak
  5. programmer dvorak (I use this)
  6. workman
  7. workman-p

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 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) 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 -- &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 Screenshot_2023-07-24_23-56-31

Colemak Screenshot_2023-07-24_23-52-10

Colemak-DH Screenshot_2023-07-29_16-25-14

Dvorak Screenshot_2023-07-24_23-48-22

Programmer Dvorak (pink keys are mod-morph combos for e.g. left-parenthesis with 1 on shift) Screenshot_2023-07-24_23-50-48

Workman Screenshot_2023-07-29_16-25-31

Workman-P Screenshot_2023-07-29_16-25-48

About

ADV360 Pro ZMK All-in-One Qwerty, Colemak, Colemak-DH, Dvorak, Programmer Dvorak, Workman, Workman-P Layout

License:MIT License


Languages

Language:Shell 35.3%Language:Makefile 35.3%Language:CMake 15.1%Language:Dockerfile 14.3%