Update keymap

This commit is contained in:
ItzAdel
2022-07-26 19:24:10 +04:00
parent d9d686d02b
commit 0645a7197e
5 changed files with 52 additions and 32 deletions

View File

@@ -4,6 +4,26 @@ AWF is a ergo-split keyboard with 46 keys, originally designed for a school proj
https://github.com/ItzAdel/AWF-firmware
### You can check, how compile firmware and flash keyboard on [AWF wiki](https://github.com/ItzAdel/AngelWings-keyboard/wiki/INFO).
### How to compile firmware?
1) First you need to download QMK MSYS and enter the command in it:
```
qmk setup
```
2) 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".
3) 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
```
4) If your firmware compiled - then let's have fun!
### Check out @tfk004 on Telegram. https://t.me/tfk004