An open API service indexing awesome lists of open source software.

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.

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
```