summaryrefslogtreecommitdiffstats
path: root/keyboards/atreyu
Commit message (Collapse)AuthorAgeFilesLines
* Atreyu: correct layout data (#21197)James Young2023-06-102-27/+27
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-126-202/+140
|
* Remove useless "ifdef KEYBOARD_*" (#20078)Ryan2023-03-162-40/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-114-34/+10
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move encoder config to data driven (#19923)Ryan2023-02-264-12/+20
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-172-8/+0
|
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-081-34/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-083-6/+4
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-062-10/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-314-4/+0
|
* Fix github URL for the atreyu maintainer. (#19476)Jesus Climent2023-01-031-1/+1
|
* Atreyu rev2 (#19443)Jesus Climent2023-01-016-0/+231
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-202-12/+6
|\
| * [Keyboard] Small fixes for the Atreyu rev1 keyboard (#19098)Jesus Climent2022-11-202-12/+6
| |
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
|/ | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
|
* [Keyboard] Added Atreyu keyboard. (#17698)Jesus Climent2022-08-1314-0/+505
* Add Atreyu keyboard. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>