diff options
author | Alex Ong <the.onga@gmail.com> | 2020-04-21 17:41:15 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 00:41:15 -0700 |
commit | 837ffd0006ebd3c99d0af96e19a191828dccc1a3 (patch) | |
tree | eea028239f8d12a0bbd96cc07f622fc02d97490d /keyboards/handwired/xealousbrown/config.h | |
parent | 92a50a386af4bfe8ce69766719d95df1126917ca (diff) | |
download | qmk_firmware-837ffd0006ebd3c99d0af96e19a191828dccc1a3.tar.gz qmk_firmware-837ffd0006ebd3c99d0af96e19a191828dccc1a3.zip |
Update to xealousbrown. (#8215)
* 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
Diffstat (limited to 'keyboards/handwired/xealousbrown/config.h')
-rw-r--r-- | keyboards/handwired/xealousbrown/config.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/handwired/xealousbrown/config.h b/keyboards/handwired/xealousbrown/config.h index 17aa6c94ee..bf15637a4d 100644 --- a/keyboards/handwired/xealousbrown/config.h +++ b/keyboards/handwired/xealousbrown/config.h @@ -29,7 +29,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 13 - +#define DEBOUNCE 10 +#define USB_POLLING_INTERVAL_MS 1 +/* layer optimization */ +#define LAYER_STATE_8BIT /* * Keyboard Matrix Assignments * |