From 9aed04c566c1e5d50409141142203d4da6c0b82f Mon Sep 17 00:00:00 2001 From: Doryan <42892640+doryan04@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:25:15 +0400 Subject: [PATCH] Delete README.md --- firmware/README.md | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 firmware/README.md diff --git a/firmware/README.md b/firmware/README.md deleted file mode 100644 index afdc4ff..0000000 --- a/firmware/README.md +++ /dev/null @@ -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