diff options
| author | ivan | 2026-02-11 21:23:30 +0100 |
|---|---|---|
| committer | GitHub | 2026-02-11 21:23:30 +0100 |
| commit | 45ccd2e9351b979f8eb8fa359db732e5374b0d53 (patch) | |
| tree | 861a02054b8381108cc6e63e4509402be32eda77 /keyboards/ivndbt/ows/readme.md | |
| parent | b01ed7d34f287995dc24cf142745cda040a42e4d (diff) | |
Add ows steno board (#25984)
Diffstat (limited to 'keyboards/ivndbt/ows/readme.md')
| -rw-r--r-- | keyboards/ivndbt/ows/readme.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/keyboards/ivndbt/ows/readme.md b/keyboards/ivndbt/ows/readme.md new file mode 100644 index 0000000000..278c10f0ed --- /dev/null +++ b/keyboards/ivndbt/ows/readme.md @@ -0,0 +1,32 @@ +# OWS + +Open-source steno keyboard with a pseudo-split layout, designed to be compact, portable, and cost-effective. + + + +* Keyboard maintainer: [ivndbt](https://github.com/ivndbt) +* Hardware supported: Pro Micro RP2040 +* Hardware Availability: OWS is open-source, check the [project repository](https://github.com/ivndbt/obiwanstenobit) + +Make example for this keyboard (after setting up your build environment): + + make ivndbt/ows:default + +Flashing example for this keyboard: + + make ivndbt/ows:default:flash + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + +## Bootloader + +1. There are 4 ways to enter the bootloader: + + * **Physical reset button**: Double tap the `RST` button located on the back of the Controller PCB. + * **Physical boot button**: Hold the `BOOT` button as you plug the RP2040 + * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (the top-left key on the right-hand Main PCB) while plugging in the keyboard. + * **Keycode in layout**: Press the key assigned to `QK_BOOT` if it is available + +2. Wait for the OS to detect the device +3. Copy the `.uf2` file to the new USB disk or flash via QMK CLI +4. Wait for the keyboard to become available
\ No newline at end of file |