2022-01-07 18:35:44 +03:00
|
|
|
# Angel Wings Keyboard (by [@ItzAdel](https://github.com/ItzAdel) and [@nm17](https://github.com/nm17))
|
|
|
|
|
2022-07-06 14:42:42 +03:00
|
|
|
.JPG)
|
|
|
|
|
|
|
|
## WARNING!
|
|
|
|
|
|
|
|
If you are a Linux user like me and get the error:
|
|
|
|
```
|
|
|
|
The display compositor is frequently crashing. Goodbye.
|
|
|
|
```
|
|
|
|
I strongly recommend to start VIA via console/terminal with the command:
|
|
|
|
```
|
|
|
|
sudo via --no-sandbox
|
|
|
|
```
|
|
|
|
Read more: https://github.com/the-via/releases/issues/179
|
|
|
|
|
2022-01-21 16:37:37 +03:00
|
|
|
## PCB
|
|
|
|
|
2022-01-24 21:01:14 +03:00
|
|
|
### Angel Wings v.2.1 (recomended)
|
2022-01-21 16:37:37 +03:00
|
|
|
|
2022-01-21 16:47:53 +03:00
|
|
|
* [pcb.zip](https://github.com/ItzAdel/AngelWings-keyboard/blob/main/gerbers/pcb.zip?raw=true)
|
2022-01-21 16:37:37 +03:00
|
|
|
|
2022-01-21 16:41:25 +03:00
|
|
|

|
2022-01-21 16:37:37 +03:00
|
|
|
|
|
|
|
## Plates
|
|
|
|
|
|
|
|
### Top plate
|
|
|
|
|
2022-01-21 16:47:53 +03:00
|
|
|
* [top plate.zip](https://github.com/ItzAdel/AngelWings-keyboard/blob/main/gerbers/top%20plate.zip?raw=true)
|
2022-01-21 16:37:37 +03:00
|
|
|
|
2022-01-21 16:41:25 +03:00
|
|
|

|
2022-01-21 16:37:37 +03:00
|
|
|
|
|
|
|
### Bottom plate
|
|
|
|
|
2022-01-21 16:47:53 +03:00
|
|
|
* [bottom plate.zip](https://github.com/ItzAdel/AngelWings-keyboard/blob/main/gerbers/bottom%20plate.zip?raw=true)
|
2022-01-21 16:37:37 +03:00
|
|
|
|
2022-01-21 16:41:25 +03:00
|
|
|

|
2022-01-21 16:37:37 +03:00
|
|
|
|
|
|
|
# AWF is a ergo-split keyboard with 46 keys, originally designed for a school project.
|
2022-01-07 18:35:44 +03:00
|
|
|
|
|
|
|
.JPG)
|
2022-01-07 18:36:45 +03:00
|
|
|
|
2022-01-07 18:35:44 +03:00
|
|
|
.JPG)
|
2022-01-07 18:36:45 +03:00
|
|
|
|
2022-01-07 18:35:44 +03:00
|
|
|
.JPG)
|
2022-01-07 18:36:45 +03:00
|
|
|
|
2022-01-07 18:35:44 +03:00
|
|
|
.JPG)
|
|
|
|
|
2022-01-07 18:36:45 +03:00
|
|
|
.JPG)
|
2022-01-07 18:35:44 +03:00
|
|
|
|
|
|
|
### 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!
|
|
|
|
|
2022-07-06 14:42:42 +03:00
|
|
|
## Tutorial coming soon.
|
|
|
|
|
2022-01-07 18:35:44 +03:00
|
|
|
### Check out @tfk004 on Telegram. https://t.me/tfk004
|