dariogoetz / keyboard_layout_optimizer

A keyboard layout optimizer supporting multiple layers. Implemented in Rust.
https://dariogoetz.github.io/keyboard_layout_optimizer/
GNU General Public License v3.0
86 stars 13 forks source link

Line up and fix standard keyboard configs #60

Closed Glitchy-Tozier closed 1 year ago

Glitchy-Tozier commented 1 year ago

Now they are formatted the same way and use the same fingers for numbers and the spacebar.

By the way, I think it might be easier to understand the configs if they were renamed:

standard_qwerty_uk.yml  ->  standard_qwerty_iso.yml
standard_qwerty_us.yml  ->  standard_qwerty_ansi.yml

Should I add this to the PR?

dariogoetz commented 1 year ago

Sure, thanks!

Glitchy-Tozier commented 1 year ago

Okay, done. I didn't see any references to those files inside the code, so I just renamed them.