summaryrefslogtreecommitdiffstats
path: root/keyboards/matrix/abelx
Commit message (Collapse)AuthorAgeFilesLines
* 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>