summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/xealousbrown/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove non-Keychron keyboardslokher2022-09-131-48/+0
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: handwired (#17822)Ryan2022-07-301-7/+0
|
* Remove 1k USB_POLLING_INTERVAL_MS config from keyboards and default-ish ↵Joel Challis2022-02-261-1/+0
| | | | | | | keymaps (#16448) * Remove 1k USB_POLLING_INTERVAL_MS config from keyboard level * Remove 1k USB_POLLING_INTERVAL_MS config from default|via keymaps
* [Keyboard] Use new matrix_output_select_delay api (#13861)Alex Ong2021-08-061-0/+7
| | | | | * Use new matrix_output_select_delay api * Updated delay to 15 after more spamming
* Remove `DESCRIPTION`, H-J (#11616)Ryan2021-01-201-1/+0
|
* Update to xealousbrown. (#8215)Alex Ong2020-04-211-1/+4
| | | | | | | | | | | | | | | * 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
* 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-271-0/+51
* 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>