qmk_sweep_skeletyl/keyboards/acheron/themis
Ryan 569b0c70be
WS2812 PWM: prefix for DMA defines (#23111)
* WS2812 PWM: prefix for DMA defines

* Add backward compatibility defines
2024-03-02 17:16:47 +00:00
..
87h WS2812 PWM: prefix for DMA defines (#23111) 2024-03-02 17:16:47 +00:00
87htsc WS2812 PWM: prefix for DMA defines (#23111) 2024-03-02 17:16:47 +00:00
88htsc WS2812 PWM: prefix for DMA defines (#23111) 2024-03-02 17:16:47 +00:00
info.json Add Acheron Themis and its variants (#22142) 2023-10-04 20:35:24 -07:00
readme.md Add Acheron Themis and its variants (#22142) 2023-10-04 20:35:24 -07:00

Acheron Themis QMK firmware

themis

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
  • Hardware Supported: open-source PCB using the Joker template. 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 and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.