https://github.com/zantier/keyboard-layout-utils
Provide a function to parse KLE (Keyboard Layout Editor) raw data, and do various things with it.
https://github.com/zantier/keyboard-layout-utils
keyboard-layout-editor
Last synced: about 2 months ago
JSON representation
Provide a function to parse KLE (Keyboard Layout Editor) raw data, and do various things with it.
- Host: GitHub
- URL: https://github.com/zantier/keyboard-layout-utils
- Owner: Zantier
- Created: 2021-01-24T01:09:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T03:10:25.000Z (over 4 years ago)
- Last Synced: 2025-02-03T13:45:48.870Z (4 months ago)
- Topics: keyboard-layout-editor
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keyboard Layout Utils
Provide a function to parse KLE (Keyboard Layout Editor) raw data, and do various things with it.
- Read KLE raw data from left.txt and right.txt, and output out.svg for laser cutting
- Output `[x,y]` key hole positions, for example to do modelling in OpenSCAD### Setup
```
yarn
```### Compile and run
```
tsc && node index.js
```
or
```
yarn start
```### Continuous compile
```
yarn run tsc -w
```