mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 14:11:57 +00:00
Updated readme.md to with install instructions and warning about breakage
This commit is contained in:
10
readme.md
10
readme.md
@@ -3,8 +3,16 @@ My personal fork of the QMK project for the purposes of defining my own custom k
|
|||||||
# Installation
|
# Installation
|
||||||
1. Build the firmware
|
1. Build the firmware
|
||||||
```sh
|
```sh
|
||||||
qmk compile -kb splitkb/kyria/rev3 -km my_kyria_layout
|
poetry install
|
||||||
|
poetry run ./compile_my_layout.sh
|
||||||
```
|
```
|
||||||
|
2. Disconnect all wires from keyboard, hold button on kb half while connecting USB.
|
||||||
|
3. Drag-and-drop .uf2 file onto kb storage.
|
||||||
|
4. Repeat for other kb half
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> The current version of this software is broken due to issue [#24725](https://github.com/qmk/qmk_firmware/issues/24725). It will not be able to be compiled to a .uf2 file until this issue is fixed.
|
||||||
|
|
||||||
# Keymap
|
# Keymap
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user