Compare commits

...

10 Commits

Author SHA1 Message Date
Doryan cd9f0c9c50
Update README.md 2024-01-30 00:55:46 +04:00
doryan04 a5c0b822f5 hotfix 2023-03-08 17:08:51 +04:00
ItzAdel 6afc59d2bc removed rgb customization from via in json, edited keymap via 2022-09-18 19:45:22 +04:00
Doryan 6cd97927dc
Changed Telegram channel link 2022-08-29 18:03:36 +04:00
Doryan 51d436646a
Update README.md 2022-07-28 19:55:15 +04:00
ItzAdel 283cbf6b6a Update README.md 2022-07-28 19:53:04 +04:00
Doryan 7125237433
Create README.md 2022-07-27 15:48:06 +04:00
Doryan 02b34b37c9
Update README.md 2022-07-27 15:46:57 +04:00
ItzAdel e9850d1bb1 Add a picture with a keymap 2022-07-27 15:36:32 +04:00
Doryan 9aed04c566
Delete README.md 2022-07-26 19:25:15 +04:00
5 changed files with 16 additions and 46 deletions

View File

@ -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

View File

@ -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

View File

@ -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(

View File

@ -1,8 +1,8 @@
{
"name": "AngelWings",
"vendorId": "0xFEED",
"vendorId": "feed",
"productId": "0x0000",
"lighting": "qmk_rgblight",
"lighting": "none",
"matrix": {
"rows": 8,
"cols": 7

BIN
thumb/Keymap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB