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

@ -7,6 +7,9 @@
#ifdef KEYBOARD_kinesis_stapelberg
#include "stapelberg.h"
#endif
#ifdef KEYBOARD_kinesis_kint2pp
#include "kint2pp.h"
#endif
#include "quantum.h"