Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Atreyu: correct layout data (#21197) | James Young | 2023-06-10 | 2 | -27/+27 |
| | |||||
* | Move single `LAYOUT`s to data driven (#20365) | Ryan | 2023-04-12 | 6 | -202/+140 |
| | |||||
* | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 2 | -40/+0 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move matrix config to info.json, part 5 (#20003) | Ryan | 2023-03-11 | 4 | -34/+10 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move encoder config to data driven (#19923) | Ryan | 2023-02-26 | 4 | -12/+20 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 2 | -8/+0 |
| | |||||
* | Remove `SOFT_SERIAL_PIN` for non-split boards (#19774) | Ryan | 2023-02-08 | 1 | -34/+0 |
| | | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h | ||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 3 | -6/+4 |
| | |||||
* | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan | 2023-02-06 | 2 | -10/+0 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 4 | -4/+0 |
| | |||||
* | Fix github URL for the atreyu maintainer. (#19476) | Jesus Climent | 2023-01-03 | 1 | -1/+1 |
| | |||||
* | Atreyu rev2 (#19443) | Jesus Climent | 2023-01-01 | 6 | -0/+231 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-11-20 | 2 | -12/+6 |
|\ | |||||
| * | [Keyboard] Small fixes for the Atreyu rev1 keyboard (#19098) | Jesus Climent | 2022-11-20 | 2 | -12/+6 |
| | | |||||
* | | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 1 | -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 Challis | 2022-08-20 | 1 | -1/+1 |
| | |||||
* | [Keyboard] Added Atreyu keyboard. (#17698) | Jesus Climent | 2022-08-13 | 14 | -0/+505 |
* Add Atreyu keyboard. Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> |