rust-embedded-community / pc-keyboard

PS/2 Keyboard Decoder in Rust
Apache License 2.0
96 stars 28 forks source link

Add Colemak keyboard layout #12

Closed brightly-salty closed 2 years ago

brightly-salty commented 3 years ago

Fixes #11

Adds the Colemak keyboard layout, which is the third most popular Latin-based keyboard layout after US and Dvorak.

Let me know if I need to make any changes.