summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/xealousbrown/xealousbrown.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove non-Keychron keyboardslokher2022-09-131-51/+0
|
* Remove empty override functions (#14312)Ryan2021-09-051-9/+0
| | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
* [Keyboard] Use new matrix_output_select_delay api (#13861)Alex Ong2021-08-061-5/+1
| | | | | * Use new matrix_output_select_delay api * Updated delay to 15 after more spamming
* [Keyboard] Xealous Brown handwired Refactor (#11929)James Young2021-02-181-0/+15
|
* Update to xealousbrown. (#8215)Alex Ong2020-04-211-0/+41
| | | | | | | | | | | | | | | * Update to xealousbrown. 5-13ms Latency decrease, 4x scan rate improvement. (CUSTOM_MATRIX = lite) is a really great feature! * Updated Readme.md, added an extra speedhack. * More optimizations * Update keyboards/handwired/xealousbrown/rules.mk * Update keyboards/handwired/xealousbrown/rules.mk
* [Keyboard] Added xealousbrown keyboard (#4945)Alex Ong2019-01-271-0/+8
* Added xealousbrown keyboard. * Changed to pragma once in config.h * Update keyboards/handwired/xealousbrown/rules.mk Added bootloader. Co-Authored-By: alex-ong <the.onga@gmail.com> * Update keyboards/handwired/xealousbrown/config.h Commented out IS_COMMAND() since it is already default value. Co-Authored-By: alex-ong <the.onga@gmail.com>