aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/astar
Commit message (Collapse)AuthorAgeFilesLines
* `atreus`: restore intended matrix implementations (#24082)James Young2025-10-051-1/+60
| | | | | | | | | | | * `atreus`: restore intended matrix implementations PR 24010 inadvertently changed the switch matrix for the `atreus/astar_mirrored` keyboard in removing the `PCBDOWN` configuration option, and also made PCB up and down implementations available for all Atreus variants, which is not intended usage. This commit restores the intended behaviour, and makes all the keymaps which are currently present agnostic to hardware variant.
* Migrate build target markers to keyboard.json (#23293)Joel Challis2024-03-302-0/+0
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-162-33/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-102-38/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-5/+4
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-301-1/+0
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
|
* Cleanup rules.mk for 32U4 keyboards, A-F (#6804)fauxpark2019-10-051-48/+2
| | | | | | * Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
* Update Atreus to current code conventions (#5849)Joel Challis2019-08-314-0/+131
* Update atreus to current code conventions - add multi revision instead of defines * Remove config.h duplication from user keymaps * Add breaking change log * Add missing pragma once