summaryrefslogtreecommitdiffstats
path: root/keyboards/eason
Commit message (Collapse)AuthorAgeFilesLines
* Move RGBLight animations to data driven (#21635)Ryan2023-08-234-40/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
* Move miscellaneous defines to data driven (#21382)Ryan2023-07-022-20/+4
|
* Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292)Ryan2023-06-242-3/+2
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)Nick Brassel2023-06-231-2/+0
| | | | | * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default.
* Move `RGBLED_NUM` to data driven (#21278)Ryan2023-06-184-2/+6
|
* 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.
* `info.json` whitespace cleanups (#20651)Ryan2023-05-021-1/+1
|
* 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-064-2/+4
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-042-1156/+938
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
|
* Remove more empty headers (#20155)Ryan2023-03-172-21/+0
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-116-26/+15
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-2/+3
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2023-02-107-0/+268
|\
| * [CI] Format code according to conventions (#19794)QMK Bot2023-02-091-38/+38
| |
| * [Keyboard] Add greatsword80 (#19746)eason2023-02-097-0/+268
| | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
| * [CI] Format code according to conventions (#19765)QMK Bot2023-02-071-91/+91
| |
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
| |
* | [CI] Format code according to conventions (#19766)QMK Bot2023-02-071-91/+91
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-0711-0/+278
|\|
| * [Keyboard] Add aeroboard (#19087)eason2023-02-0711-0/+278
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
| |
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-201-1/+1
|
* Move keyboard USB IDs and strings to data driven: E (#17815)Ryan2022-07-302-8/+7
|
* Disable features known to cause BIOS/suspend issues (#17270)eason2022-06-041-2/+2
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-4/+4
|
* Eason Capsule65 Community Layout Support (#17090)James Young2022-05-145-20/+1111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * capsule65.h: modify matrix diagram Taken from the VIA layout data. * rename LAYOUT to LAYOUT_all * add LAYOUT_65_ansi macro * add LAYOUT_65_ansi_blocker macro * add LAYOUT_65_ansi_blocker_tsangan macro * add LAYOUT_65_ansi_split_bs macro * add LAYOUT_65_ansi_blocker_split_bs macro * add LAYOUT_65_ansi_blocker_tsangan_split_bs macro * add LAYOUT_65_iso macro * add LAYOUT_65_iso_split_bs macro * add LAYOUT_65_iso_blocker macro * add LAYOUT_65_iso_blocker_split_bs macro * add LAYOUT_65_iso_blocker_tsangan macro * add LAYOUT_65_iso_blocker_tsangan_split_bs macro * enable Community Layout support * info.json: update maintainer value This field is meant to reference the maintainer's GitHub username.
* Format code according to conventions (#16802)QMK Bot2022-04-051-2/+2
|
* Fix lineendings for eason/capsule65 (#16801)Erovia2022-04-052-144/+144
|
* add folders and capsule65 (#16687)eason2022-04-059-0/+342