summaryrefslogtreecommitdiff
path: root/keyboards/atreyu
AgeCommit message (Collapse)Author
2023-03-16Remove useless "ifdef KEYBOARD_*" (#20078)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-11Move matrix config to info.json, part 5 (#20003)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-26Move encoder config to data driven (#19923)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-17Remove matrix size defines (#19581)Ryan
2023-02-08Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan
* Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
2023-02-08Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan
2023-02-06Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2023-01-03Fix github URL for the atreyu maintainer. (#19476)Jesus Climent
2023-01-01Atreyu rev2 (#19443)Jesus Climent
2022-11-20Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2022-11-20[Keyboard] Small fixes for the Atreyu rev1 keyboard (#19098)Jesus Climent
2022-10-16Remove legacy keycodes, part 6 (#18740)Ryan
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
2022-08-20RESET -> QK_BOOT keyboard readme (#18110)Joel Challis
2022-08-13[Keyboard] Added Atreyu keyboard. (#17698)Jesus Climent
* Add Atreyu keyboard. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>