summaryrefslogtreecommitdiffstats
path: root/keyboards/eason/aeroboard
Commit message (Collapse)AuthorAgeFilesLines
* Eason Aeroboard Refactor (#21271)James Young2023-06-173-48/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | * [refactor] refactor keymaps - grid-align keycodes - use four-space indent - remove trailing whitespace * [refactor] physically arrange layout macro Arrange the layout macro and keymaps in the QMK-desired order. Breaks compatibility with out-of-tree keymaps. Key sequence swaps in this commit: - `KC_GRV` <-> `KC_1` - `KC_TAB` <-> `KC_Q` * [refactor] rename LAYOUT to LAYOUT_split_space * [enhancement] add LAYOUT_7u_space * [chore] correct maintainer value Reference the keyboard maintainer's GitHub username.
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-012-4/+2
|
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-103/+83
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-1/+1
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
|
* Remove more empty headers (#20155)Ryan2023-03-171-4/+0
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-112-4/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* [CI] Format code according to conventions (#19765)QMK Bot2023-02-071-91/+91
|
* [Keyboard] Add aeroboard (#19087)eason2023-02-0711-0/+278
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com>