vincelee888 / keymapceditor

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

Home Page:http://ciantic.github.io/keymapceditor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://ciantic.github.io/keymapceditor/

License:MIT License


Languages

Language:TypeScript 85.8%Language:JavaScript 10.9%Language:CSS 2.9%Language:HTML 0.4%