Files
qmk-configurations/zegonix/qua_ken/readme.md
T
2025-02-03 21:52:28 +01:00

35 lines
1.4 KiB
Markdown

# Description
Configuration for my custom keyboard `qua-ken` base on the `Sofle 2.1`.
* Keyboard Maintainer: [zegonix](https://github.com/zegonix)
* Hardware Supported: [qua-ken](https://github.com/zegonix/qua-ken)
* Hardware Availability: the pcb is open source, order it yourself
# Building and flashing firmware
To build and flash the firmware, set up the qmk tool and use the compile and flash commands:
```
qmk config user.keyboard=zegonix/qua_ken
qmk config user.keymap=quaken
qmk compile
qmk flash
```
Alternatively you can use the QMK root level Makefile:
```
make zegonix/qua_ken:quaken // build firmware
make zegonix/qua_ken:quaken:dfu-utils // build and flash firmware
```
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 the [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
# Bootloader
Enter the bootloader in 2 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix, which is be Escape key, while connecting the keyboard. *This variant was not tested*
* **Physical reset button**: Short the two Pins of J2 (usually a pair of tweezers works well) and press the reset button (only button on the backside)
* **Keycode in layout**: Press the key mapped to `QK_BOOT`.