7bb71f5e14 | ||
---|---|---|
firmware | ||
gerbers | ||
pcb | ||
photos | ||
README.md | ||
angelwings_rev1_default.hex | ||
angelwings_rev1_via.hex | ||
info.json |
Angel Wings Keyboard (by @ItzAdel and @nm17)
PCB
Angel Wings v.2.0 (recomended)
Plates
Top plate
Bottom plate
AWF is a ergo-split keyboard with 46 keys, originally designed for a school project.
How to compile firmware?
- First you need to download QMK MSYS and enter the command in it:
qmk setup
- After we installed QMK you need to create a folder called "angelwings" in the path:
"c:/users/user/qmk_firmware/keyboards"
and unpack all firmware files into the folder "angelwings".
- The last step is compilation. Enter into QMK MSYS command:
qmk compile -kb angelwings -km default
or if you want VIA port:
qmk compile -kb angelwings -km via
- If your firmware compiled - then let's have fun!