Skip to content

Commit

Permalink
add start of keyman keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Jun 25, 2024
1 parent c98d1db commit f22e3b0
Show file tree
Hide file tree
Showing 4 changed files with 1,201 additions and 1,203 deletions.
3 changes: 0 additions & 3 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ BASE_VOWEL_GLYPHS.forEach(g => {
if (s) {
features.push(`tense`)
}
if (n) {
features.push(`stress`)
}
if (n) {
features.push(`nasalization`)
}
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ directly.
for the Keyman keyboard.
- https://help.keyman.com/developer/17.0/reference/kmc/cli/kmcomp-migration
- https://help.keyman.com/developer/current-version/reference/file-types/metadata
- https://help.keyman.com/developer/current-version/guides/distribute/packages

```bash
pnpm make:keyboard
Expand Down
Loading

0 comments on commit f22e3b0

Please sign in to comment.