Skip to content

Commit

Permalink
Merge pull request #136 from minerscale/develop
Browse files Browse the repository at this point in the history
Add Colemak-DH support
  • Loading branch information
SeanArchibald committed Sep 25, 2021
2 parents d23fda0 + 62a1499 commit 765aeac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/js/keymap.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ var Layouts = {
"ARSTDHNEIO'\\",
"ZXCVBKM,./"
],

// Colemak DH-m keyboard
CO_DH: [
"1234567890-=",
"QWFPBJLUY;[]\\",
"ARSTGMNEIO'",
"ZXCDVKH,./"
]
};

// Map of irregular keycodes
Expand Down

0 comments on commit 765aeac

Please sign in to comment.