Skip to content

Commit f22e3b0

Browse files
committed
add start of keyman keyboard
1 parent c98d1db commit f22e3b0

File tree

4 files changed

+1201
-1203
lines changed

4 files changed

+1201
-1203
lines changed

index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ BASE_VOWEL_GLYPHS.forEach(g => {
7373
if (s) {
7474
features.push(`tense`)
7575
}
76-
if (n) {
77-
features.push(`stress`)
78-
}
7976
if (n) {
8077
features.push(`nasalization`)
8178
}

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ directly.
284284
for the Keyman keyboard.
285285
- https://help.keyman.com/developer/17.0/reference/kmc/cli/kmcomp-migration
286286
- https://help.keyman.com/developer/current-version/reference/file-types/metadata
287+
- https://help.keyman.com/developer/current-version/guides/distribute/packages
287288

288289
```bash
289290
pnpm make:keyboard

0 commit comments

Comments
 (0)