[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:
parent
e937fc4513
commit
5cbac94d08
7 changed files with 167 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue