readme.md (1333B)
1 # Acheron Themis QMK firmware 2 3  4 5 The Themis is Acheron Project's open-source, freely available tenkeyless (TKL) keyboard Printed Circuit Boards (PCB) which features: 6 7 - No LED lighting 8 - Solderless ("hotswap") MX switches support 9 - Fixed layout for each variant 10 11 * Keyboard Maintainer: [Gondolindrim](https://github.com/Gondolindrim) 12 * Hardware Supported: open-source PCB using the [Joker template](https://acheronproject.com/joker_mcus/joker/). First units were manufactured using STM32F4x1 microcontroller; 13 * Hardware Availability: open-source PCBs 14 15 In order to flash this PCB, first build the default layout (after setting up your build environment): 16 17 make acheron/themis/<revision>:default 18 19 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: 20 21 make acheron/themis/<revision>:default:flash 22 23 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).