summaryrefslogtreecommitdiffstats
path: root/keyboards/atreus/teensy2
Commit message (Collapse)AuthorAgeFilesLines
* 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-112-34/+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-311-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-304-0/+127
* 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