qmk_firmware/keyboards/atreus
James Young 8ad2e30732
Migrate LOCKING_*_ENABLE to Data-Driven: A-C, Part 1 (#23745)
Affects:

  - `atreus`
  - `cablecardesigns/cypher/rev6`
  - `caffeinated/serpent65`
  - `cannonkeys/adelie`
  - `cannonkeys/aella`
  - `cannonkeys/an_c`
  - `cannonkeys/atlas`
  - `cannonkeys/atlas_alps`
  - `cannonkeys/balance`
  - `cannonkeys/brutalv2_65`
  - `cannonkeys/chimera65`
  - `cannonkeys/cloudline`
  - `cannonkeys/crin`
  - `cannonkeys/db60`
  - `cannonkeys/devastatingtkl`
  - `cannonkeys/gentoo`
  - `cannonkeys/gentoo_hs`
  - `cannonkeys/hoodrowg`
  - `cannonkeys/instant60`
  - `cannonkeys/instant65`
  - `cannonkeys/iron165`
  - `cannonkeys/malicious_ergo`
  - `cannonkeys/obliterated75`
  - `cannonkeys/onyx`
  - `cannonkeys/ortho48`
  - `cannonkeys/ortho60`
  - `cannonkeys/ortho75`
  - `cannonkeys/practice60`
  - `cannonkeys/practice65`
  - `cannonkeys/rekt1800`
  - `cannonkeys/ripple`
  - `cannonkeys/sagittarius`
  - `cannonkeys/satisfaction75`
  - `cannonkeys/savage65`
  - `cannonkeys/tmov2`
  - `cannonkeys/tsukuyomi`
  - `cannonkeys/vicious40`
  - `capsunlocked/cu24`
  - `capsunlocked/cu65`
  - `capsunlocked/cu7`
  - `capsunlocked/cu75`
  - `capsunlocked/cu80/v1`
2024-05-20 21:07:40 +01:00
..
astar Migrate build target markers to keyboard.json (#23293) 2024-03-30 11:31:50 +00:00
astar_mirrored Migrate build target markers to keyboard.json (#23293) 2024-03-30 11:31:50 +00:00
f103 Data-Driven Keyboard Conversions: A (#23379) 2024-04-02 17:45:44 +01:00
feather Fix failing keyboards on develop (#23406) 2024-04-03 14:01:30 +01:00
keymaps Adjust keycode alignment around QK_BOOT (#23697) 2024-05-11 16:50:48 +01:00
promicro Migrate build target markers to keyboard.json (#23293) 2024-03-30 11:31:50 +00:00
teensy2 Migrate build target markers to keyboard.json (#23293) 2024-03-30 11:31:50 +00:00
atreus.h Remove useless "ifdef KEYBOARD_*" (#20078) 2023-03-16 20:18:33 +11:00
info.json Migrate LOCKING_*_ENABLE to Data-Driven: A-C, Part 1 (#23745) 2024-05-20 21:07:40 +01:00
readme.md [Keyboard] Atreus: add STM32F103C8T6 based variant (#16846) 2022-06-16 15:36:11 -07:00
rules.mk Migrate features and LTO from rules.mk to data driven (#23307) 2024-03-30 10:57:30 +00:00

Atreus

Atreus

A small mechanical keyboard that is based around the shape of the human hand.

Keyboard Maintainer: Phil Hagelberg
Hardware Supported: Atreus, PCB-based or hand-wired
Hardware Availability: https://atreus.technomancy.us

These configuration files are specifically for the Atreus keyboards created by Phil Hagelberg (@technomancy). This keyboard is available in several variants: powered by a Teensy 2 or STM32F103C8T6 based MCU board (usually hand-wired), powered by an A-Star or ProMicro (usually using a PCB). You will need to use different make commands depending on the variant you have; see examples below.

Make example for this keyboard (after setting up your build environment):

make atreus:default:avrdude

If you would like to use one of the alternative controllers:

make atreus/astar:default:flash
make atreus/teensy2:default:flash
make atreus/promicro:default:flash
make atreus/f103:default:flash

If your keyboard layout is a mirror image of what you expected (i.e. you do not get QWERTY on the left but YTREWQ on the right), then you have an A-Star powered Atreus (older than March 2016) with PCB labels facing down instead of up. Specify that by adding PCBDOWN=yes to your make commands, e.g.

make PCBDOWN=yes atreus:default:avrdude

Unlike the TMK firmware, these commands should be run from the root of the repository, not the directory containing this readme.

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.