A user repository with own keymaps for QMK Keyboards, followed guide:
- Linux
- Window (Cygwin Console).
- Python
- Install QMK via python
- Clone this, the oringal qmk repo and if necessary the framework qmk repo next to each other in one folder
- Enter the original QMK and execute qmk setup
- Enter the framework repo and checkout the latest tag of the repo, than execute qmk doctor to see if everything works
git clone <url> [folder]
git clone https://github.com/qmk/qmk_firmware.git
git clone https://github.com/FrameworkComputer/qmk_firmware.git fw16_qmk_firmware
cd qmk_firmware
qmk setup
cd ../fw16_qmk_firmware
git fetch --all --tags
git checkout $(git describe --tags "$(git rev-list --tags --max-count=1)")
qmk doctor
- Remove/Replace folder lily58 with your specific keymap/keyboard.
- Replace content of user folder with your own information.
Script compile.sh will handle everything for you! Just specify which keymap folder you want to generate hex files for you. Output is currently the main folder of this repo, you are free to change that inside that script.
./compile.sh build lily58
If it's not executable, maybe file rights aren't correct. (chmod may help)