Compare commits
10 Commits
0645a7197e
...
cd9f0c9c50
Author | SHA1 | Date | |
---|---|---|---|
Doryan | cd9f0c9c50 | ||
doryan04 | a5c0b822f5 | ||
ItzAdel | 6afc59d2bc | ||
Doryan | 6cd97927dc | ||
Doryan | 51d436646a | ||
ItzAdel | 283cbf6b6a | ||
Doryan | 7125237433 | ||
Doryan | 02b34b37c9 | ||
ItzAdel | e9850d1bb1 | ||
Doryan | 9aed04c566 |
27
README.md
27
README.md
|
@ -4,24 +4,23 @@
|
|||
|
||||
![Main Photo](photos/awf(6).jpg)
|
||||
|
||||
# AWF is a ergo-split keyboard with 46 keys, originally designed for a school project.
|
||||
# Keymap
|
||||
|
||||
![Photo 1](photos/awf(1).jpg)
|
||||
The Lower, Raise and Adjust layers are provided to allow you to use full-size keys that are not on this keyboard.
|
||||
|
||||
![Photo 2](photos/awf(2).jpg)
|
||||
![Keymap](thumb/Keymap.png)
|
||||
|
||||
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 4](photos/awf(4).jpg)
|
||||
|
||||
![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
|
||||
### Check out actual news on Telegram. https://t.me/doryanProjects
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
# 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_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),
|
||||
LT(2, KC_DEL), LSFT_T(KC_BSPC), LT(1, KC_LGUI), LT(1, KC_ENT), RSFT_T(KC_SPC), LT(2, KC_TAB)
|
||||
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)
|
||||
),
|
||||
|
||||
[1] = LAYOUT_3x7(
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "AngelWings",
|
||||
"vendorId": "0xFEED",
|
||||
"vendorId": "feed",
|
||||
"productId": "0x0000",
|
||||
"lighting": "qmk_rgblight",
|
||||
"lighting": "none",
|
||||
"matrix": {
|
||||
"rows": 8,
|
||||
"cols": 7
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
Loading…
Reference in New Issue