Note! The latest versions of the Womier K66 do not support QMK as of this moment.

Building

It is now time to compile QMK into machine code for the keyboard! We will use this compiled firmware to flash to the keyboard in the next page.

It is finally time to build, QMK makes it super simple, all you need to do is run this make command.

	  make womier/k66:default
	

When this is done it should make a directory called .build with a few files including a .bin file. This is what we are using to flash onto our keyboard. We will need to install the flasher for this, do you wish to use the pre-compiled binaries (recommended) or run it from source?