summaryrefslogtreecommitdiffstats
path: root/keyboards/matrix/abelx
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-073-190/+0
|
* Merge upstream masterlokher2022-12-063-0/+190
|\
| * Remove legacy keycodes, part 5 (#18710)Ryan2022-10-152-4/+4
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
| * Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-151-1/+11
| |
* | Remove non-Keychron keyboardslokher2022-09-1320-2820/+0
|/
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-032-10/+7
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* ChibiOS 21.11.1 update. (#16251)Nick Brassel2022-03-071-2/+1
| | | | | | | | | | | | | | | * ChibiOS 21.11.1 update. * `uf2-tinyuf2` => `tinyuf2` * Updated chibios-contrib, fixup preprocessor for tinyuf2 bootloader. * Fixup keychron L433 boards. * Makefile cleanup. * RISC-V build fixes. * Fixup RISC-V build.
* Fixup bootloaders. (#16256)Nick Brassel2022-02-062-0/+8
|
* More keyboard rules.mk cleanups (#16044)Ryan2022-01-251-2/+1
| | | | | * More keyboard rules.mk cleanups * Found a couple more
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-063-18/+0
|
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
|
* matrix/abelx - Update ChibiOS conf files (#15130)Joel Challis2021-11-133-1299/+70
| | | | | * Fix obsolete or unknown configuration file * use qmk chibios-confmigrate
* Fix obsolete or unknown configuration file (#15129)Joel Challis2021-11-122-26/+74
|
* Avoid MATRIX_*_PINS due to schema validation errors (#15123)Joel Challis2021-11-122-3/+3
|
* add matrix abelx keyboard (#10968)yulei2021-11-0521-0/+4020
* add matrix abelx keyboard * Update keyboards/matrix/abelx/abelx.c Co-authored-by: Drashna Jaelre <drashna@live.com> * fixed rgb led pin issue * Apply suggestions from code review Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/aw9523b.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/aw9523b.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/abelx.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/matrix/abelx/abelx.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * fixed board name * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> * move led update from scan_kb to hoursekeeping_kb * move led update from scan_kb to housekeeping_kb Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>