[Keyboard] Kinesis + Pro Micro (#9944)
* [Keyboard] Kinesis + Pro Micro init - docs for DIY - custom matrix = lite - a near-factory dvorak mapping - optimized debouncing for lower latency * chore: reformatting * chore: update doc * chore: cleanups according to PR feedback * chore: PR feedback * fix: compile error * chore: add include * fix: LEDs hanging after USB disconnect * chore: enable QMK goodies by default * chore: use semantic write pin
This commit is contained in:
parent
e071206c58
commit
194dc0984e
9 changed files with 358 additions and 10 deletions
|
@ -10,6 +10,9 @@
|
|||
#ifdef KEYBOARD_kinesis_kint2pp
|
||||
#include "kint2pp.h"
|
||||
#endif
|
||||
#ifdef KEYBOARD_kinesis_nguyenvietyen
|
||||
#include "nguyenvietyen.h"
|
||||
#endif
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue