This repository acts as a storage for all qmk keymaps. It uses a modified version of the firmware to parse the original qmk firmware.
The current master of qmk should be in a subfolder of qmk-database:
- qmk-database (qmk-helper)
- qmk-firmware (qmk)
- Remove previous keyboards.json & keymaps
rm keyboards.json
rm -r keymaps
- Clone/Pull QMK Firmware https://github.com/qmk/qmk_firmware.git & go into the folder
git clone https://github.com/qmk/qmk_firmware.git # Initial download
cd qmk_firmware/ && git pull && cd .. # Refresh
- Run Generator
python3 generator/main.py run-all