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

https://github.com/ciantic/keymapceditor

Preview and edit the QMK Firmware keymap.c files from a GUI
https://github.com/ciantic/keymapceditor

demo

Last synced: 3 months ago
JSON representation

Preview and edit the QMK Firmware keymap.c files from a GUI

Awesome Lists containing this project

README

        

# KeymapCEditor

WIP

Built version at the http://ciantic.github.io/keymapceditor/

## Development notes

Build a static version to `build/` using:
```
npm run build
```
It should work from local file by opening a `build/index.html` in browser, no need for a web server.

To start a hot reloading development server for convenience use:
```
npm run start
```

To run all tests in a watchmode:
```
npm run testwatch
```