Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noroadsleft/kbf_qmk_converter
A file that, ideally, converts the contents of a KBFirmware-format JSON file to QMK code.
https://github.com/noroadsleft/kbf_qmk_converter
Last synced: 2 months ago
JSON representation
A file that, ideally, converts the contents of a KBFirmware-format JSON file to QMK code.
- Host: GitHub
- URL: https://github.com/noroadsleft/kbf_qmk_converter
- Owner: noroadsleft
- Created: 2019-01-28T22:07:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T06:34:34.000Z (7 months ago)
- Last Synced: 2024-10-29T16:17:37.635Z (3 months ago)
- Language: JavaScript
- Homepage: https://noroadsleft.github.io/kbf_qmk_converter/
- Size: 563 KB
- Stars: 23
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-repositories - noroadsleft/kbf_qmk_converter - A file that, ideally, converts the contents of a KBFirmware-format JSON file to QMK code. (JavaScript)
README
# kbf_qmk_converter
A project that, ideally, converts the contents of a KBFirmware-format JSON file to QMK code.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
yarn
```### Compile and Hot-Reload for Development
```sh
yarn dev
```### Compile and Minify for Production
```sh
yarn build
```### Lint with [ESLint](https://eslint.org/)
```sh
yarn lint
```