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
- Host: GitHub
- URL: https://github.com/ciantic/keymapceditor
- Owner: Ciantic
- License: mit
- Created: 2017-06-15T20:15:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T05:50:27.000Z (over 2 years ago)
- Last Synced: 2025-04-10T16:54:13.538Z (3 months ago)
- Topics: demo
- Language: TypeScript
- Homepage: http://ciantic.github.io/keymapceditor/
- Size: 361 KB
- Stars: 47
- Watchers: 6
- Forks: 18
- Open Issues: 12
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
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
```