Click Green code button > Download ZIP
Copy to local PC where QMK is setup > replace all files
Navigate to keyboard folder in terminal (Ex. 'cd qmk_firmware/keyboards/zmk2')
Make changes to the keymap.c file in the keymaps folder using some text editor (Ex. zmk2/keymaps/vial)
You may need to turn some stuff off in the rules.mk file, space is limited on ATmega32U4. turning stuff off may also break the compile, have to figure out what works
type 'qmk compile -kb YOURKEYBOARD -km KEYMAP' (Example: 'qmk compile -kb zmk2 -km vial')
.hex file is created somewhere in the qmk directory
Open QMK Toolbox, Auto-Flash checked, click open then find the .hex file
You'll need to short the pins for GND and Reset, while also plugging in the USB at the same time. Might have to try several times.
forked from vial-kb/vial-qmk
-
Notifications
You must be signed in to change notification settings - Fork 0
QMK fork with Vial-specific features.
License
jerry00020001/vial-qmk-zmk2
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
QMK fork with Vial-specific features.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 93.8%
- Makefile 3.2%
- C++ 2.2%
- Python 0.7%
- Shell 0.1%
- Roff 0.0%