Compare commits
No commits in common. "cd9f0c9c50858e6563a76f60429189fea838cfa7" and "0645a7197e5c17d0459ebd0c05e352cd28e0f906" have entirely different histories.
cd9f0c9c50
...
0645a7197e
27
README.md
27
README.md
|
@ -4,23 +4,24 @@
|
||||||
|
|
||||||
![Main Photo](photos/awf(6).jpg)
|
![Main Photo](photos/awf(6).jpg)
|
||||||
|
|
||||||
# Keymap
|
# AWF is a ergo-split keyboard with 46 keys, originally designed for a school project.
|
||||||
|
|
||||||
The Lower, Raise and Adjust layers are provided to allow you to use full-size keys that are not on this keyboard.
|
![Photo 1](photos/awf(1).jpg)
|
||||||
|
|
||||||
![Keymap](thumb/Keymap.png)
|
![Photo 2](photos/awf(2).jpg)
|
||||||
|
|
||||||
To use one or the other layer, you need to press one of the following keys:
|
|
||||||
- Super/Enter for Lower.
|
|
||||||
- Tab/Delete for Raise
|
|
||||||
- To switch to the Adjust layer, press Enter + Tab / Super + Del
|
|
||||||
|
|
||||||
### Check [wiki](https://github.com/ItzAdel/AngelWings-keyboard/wiki/INFO) for more info
|
|
||||||
|
|
||||||
# Photos
|
|
||||||
|
|
||||||
![Photo 3](photos/awf(3).jpg)
|
![Photo 3](photos/awf(3).jpg)
|
||||||
|
|
||||||
![Photo 4](photos/awf(4).jpg)
|
![Photo 4](photos/awf(4).jpg)
|
||||||
|
|
||||||
### Check out actual news on Telegram. https://t.me/doryanProjects
|
![Photo 5](photos/awf(5).jpg)
|
||||||
|
|
||||||
|
### Check [wiki](https://github.com/ItzAdel/AngelWings-keyboard/wiki/INFO) for more info
|
||||||
|
|
||||||
|
## VIA
|
||||||
|
|
||||||
|
You can use the online version via to configure the keyboard
|
||||||
|
|
||||||
|
[![video](thumb/via.png)](https://youtu.be/KcosSeNAZnk)
|
||||||
|
|
||||||
|
### Check out @tfk004 on Telegram. https://t.me/tfk004
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
# AWF firmware (by [@ItzAdel](https://github.com/ItzAdel) and [@nm17](https://github.com/nm17))
|
||||||
|
|
||||||
|
AWF is a ergo-split keyboard with 46 keys, originally designed for a school project.
|
||||||
|
|
||||||
|
https://github.com/ItzAdel/AWF-firmware
|
||||||
|
|
||||||
|
### 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
|
|
@ -7,7 +7,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
KC_ESC, KC_GRV, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC,
|
KC_ESC, KC_GRV, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC,
|
||||||
KC_PGUP, KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, RCTL_T(KC_QUOT), KC_PGDN,
|
KC_PGUP, KC_LCTL, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, RCTL_T(KC_QUOT), KC_PGDN,
|
||||||
KC_LALT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, MT(MOD_RALT, KC_BSLS),
|
KC_LALT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, MT(MOD_RALT, KC_BSLS),
|
||||||
LT(2, KC_DEL), MT(MOD_LSFT, KC_BSPC), LT(1, KC_LGUI), LT(1, KC_ENT), MT(MOD_RSFT, KC_SPC), LT(2, KC_TAB)
|
LT(2, KC_DEL), LSFT_T(KC_BSPC), LT(1, KC_LGUI), LT(1, KC_ENT), RSFT_T(KC_SPC), LT(2, KC_TAB)
|
||||||
),
|
),
|
||||||
|
|
||||||
[1] = LAYOUT_3x7(
|
[1] = LAYOUT_3x7(
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "AngelWings",
|
"name": "AngelWings",
|
||||||
"vendorId": "feed",
|
"vendorId": "0xFEED",
|
||||||
"productId": "0x0000",
|
"productId": "0x0000",
|
||||||
"lighting": "none",
|
"lighting": "qmk_rgblight",
|
||||||
"matrix": {
|
"matrix": {
|
||||||
"rows": 8,
|
"rows": 8,
|
||||||
"cols": 7
|
"cols": 7
|
||||||
|
|
BIN
thumb/Keymap.png
BIN
thumb/Keymap.png
Binary file not shown.
Before Width: | Height: | Size: 129 KiB |
Loading…
Reference in New Issue