mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 14:13:46 -03:00
59cc10451b
Format code according to conventions
OWS
Open-source steno keyboard with a pseudo-split layout, designed to be compact, portable, and cost-effective.
- Keyboard maintainer: ivndbt
- Hardware supported: Pro Micro RP2040
- Hardware Availability: OWS is open-source, check the project repository
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 and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.
Bootloader
-
There are 4 ways to enter the bootloader:
- Physical reset button: Double tap the
RSTbutton located on the back of the Controller PCB. - Physical boot button: Hold the
BOOTbutton 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_BOOTif it is available
- Physical reset button: Double tap the
-
Wait for the OS to detect the device
-
Copy the
.uf2file to the new USB disk or flash via QMK CLI -
Wait for the keyboard to become available
