1
0
Fork 0

[Keyboard] add support for the kinT kinesis keyboard controller (kint2pp variant) (#9687)

* branch keyboards/kinesis/kint2pp from keyboards/kinesis/stapelberg

Changes will be made in the next commit

* [Keyboard] update wiring for kinT (kint2pp variant)

* add QMK plumbing

* Apply zvecr’s suggestions from code review

* Update keyboards/kinesis/kint2pp/config.h

* Update keyboards/kinesis/kint2pp/config.h

* remove superfluous config.h include
This commit is contained in:
Michael Stapelberg 2020-07-27 20:44:05 +02:00 committed by GitHub
parent e937fc4513
commit 5cbac94d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 167 additions and 0 deletions

View file

@ -136,5 +136,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef SUBPROJECT_stapelberg
#include "stapelberg/config.h"
#endif
#ifdef SUBPROJECT_kint2pp
#include "kint2pp/config.h"
#endif
#endif