|
|
4 vuotta sitten | |
|---|---|---|
| .. | ||
| keymaps | fdff75342b [Keyboard] Xealous Brown handwired Refactor (#11929) | 5 vuotta sitten |
| config.h | 8a9688bc64 [Keyboard] Use new matrix_output_select_delay api (#13861) | 5 vuotta sitten |
| info.json | fdff75342b [Keyboard] Xealous Brown handwired Refactor (#11929) | 5 vuotta sitten |
| matrix.c | d06f50a31a [Keyboard] Fix matrix_output_unselect_delay for handwired/xealousbrown (#13913) | 5 vuotta sitten |
| readme.md | 8a9688bc64 [Keyboard] Use new matrix_output_select_delay api (#13861) | 5 vuotta sitten |
| rules.mk | a03aa301de Remove Full Bootmagic (#13846) | 5 vuotta sitten |
| xealousbrown.c | fe6d6cf76d Remove empty override functions (#14312) | 4 vuotta sitten |
| xealousbrown.h | fdff75342b [Keyboard] Xealous Brown handwired Refactor (#11929) | 5 vuotta sitten |
My first handwired keyboard. Originally used TMK, now ported in full glory to QMK.
Build log at: https://sites.google.com/site/xaelous/keyboards/handwired-keyboard
Make example for this keyboard (after setting up your build environment):
make handwired/xealousbrown:default
The brief list of speedhacks to make this keyboard blazing fast: 1) bit-bash implementation of scanning rows, columns. Very short delay between pin waiting. 2) Compiling with a few extra flags 3) Eager-per-key Debouncing algorithm (no 5ms delay before message is sent) 4) 1000hz polling
See the build environment setup and the make instructions for more information.
Brand new to QMK? Start with our Complete Newbs Guide.