Skip to content

jerry00020001/vial-qmk-zmk2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
Screenshot 2023-04-19 at 5 13 56 PM Screenshot 2023-04-19 at 5 14 27 PM

About

QMK fork with Vial-specific features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.8%
  • Makefile 3.2%
  • C++ 2.2%
  • Python 0.7%
  • Shell 0.1%
  • Roff 0.0%