diff options
author | Álvaro A. Volpato <alvaro.augusto.volpato@gmail.com> | 2023-10-05 00:35:24 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 20:35:24 -0700 |
commit | d33f9ec86b339f671f0c8673ba6e1246a6edff90 (patch) | |
tree | 1350b2825df1e4a0c005dcbfb8ad76acab906ad3 /keyboards/acheron/themis/readme.md | |
parent | 6e93b59f6134753e6167caf425de666999710c6d (diff) |
Add Acheron Themis and its variants (#22142)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/acheron/themis/readme.md')
-rw-r--r-- | keyboards/acheron/themis/readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/acheron/themis/readme.md b/keyboards/acheron/themis/readme.md new file mode 100644 index 0000000000..8c0c7e63e5 --- /dev/null +++ b/keyboards/acheron/themis/readme.md @@ -0,0 +1,23 @@ +# Acheron Themis QMK firmware + +![themis](https://i.imgur.com/kwemOsJh.png) + +The Themis is Acheron Project's open-source, freely available tenkeyless (TKL) keyboard Printed Circuit Boards (PCB) which features: + +- No LED lighting +- Solderless ("hotswap") MX switches support +- Fixed layout for each variant + +* Keyboard Maintainer: [Gondolindrim](https://github.com/Gondolindrim) +* Hardware Supported: open-source PCB using the [Joker template](https://acheronproject.com/joker_mcus/joker/). First units were manufactured using STM32F4x1 microcontroller; +* Hardware Availability: open-source PCBs + +In order to flash this PCB, first build the default layout (after setting up your build environment): + + make acheron/themis/<revision>:default + +After building or downloading the firmware, put the PCB into DFU mode by holding the reset button for at least five seconds and upload the firmware onto the microcontroller through a utility like `dfu-util` or QMK Toolbox. Alternatively, you can build and flash using: + + make acheron/themis/<revision>: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). |