summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/xealousbrown
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Xealous Brown handwired Refactor (#11929)James Young2021-02-186-48/+88
|
* Remove `DESCRIPTION`, H-J (#11616)Ryan2021-01-201-1/+0
|
* Exclude more keyboards from CI (#11436)Zach White2021-01-131-0/+0
| | | | | * exclude all of handwired * exclude more keyboards from CI
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-211-0/+0
|
* Rename keyboard-level readmes to lower-case (#10759)Erovia2020-10-251-0/+0
| | | | | This is the recommendation in the [PR Checklist](https://docs.qmk.fm/#/pr_checklist?id=keyboard-prs) and it will make working with them easier in the CLI/API/etc.
* Update to xealousbrown. (#8215)Alex Ong2020-04-216-16/+188
| | | | | | | | | | | | | | | * 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
* Cleanup rules.mk for 32U4 keyboards, H (#7030)fauxpark2019-10-201-39/+9
| | | | | | * Cleanup rules.mk for 32U4 keyboards, H * Change some boards incorrectly assumed to be halfkay
* Remove #define IS_COMMAND line in keyboards/handwired/xealousbrown/config.hKonstantin Đorđević2019-01-281-3/+0
|
* [Keyboard] Added xealousbrown keyboard (#4945)Alex Ong2019-01-277-0/+242
* 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>