1
0
Fork 0

[Keyboard] Initial commit of Laptreus Keyboard (#4967)

* Add userspace files for vosechu

* Code review corrections

* Few more code review corrections

* Initial add of Laptreus code

* Initial add of Laptreus code

* Adding last punctuation to default

* Add some debug suggestions to the debug readme

* Fixes for PR feedback

* Fixing capitalization of readme files

* update auto detect connection logic
This commit is contained in:
Chuck Lauer Vose 2019-02-06 14:41:17 -08:00 committed by Drashna Jaelre
parent 35f6919673
commit a3104a7110
11 changed files with 502 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#include "laptreus.h"
void matrix_init_kb() {
// auto detect output on init
set_output(OUTPUT_AUTO);
}