1
0
Fork 0

Kintwin controller for kinesis keyboard, split layout (#21614)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
alvicstep 2023-08-14 00:01:31 -07:00 committed by GitHub
parent 3da773dbdb
commit 6f3beae895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 566 additions and 23 deletions

View file

@ -1,3 +1,6 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#include "alvicstep.h"
// begin section origin https://github.com/alvicstep/tmk_keyboard

View file

@ -1,3 +1,6 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include "quantum.h"

View file

@ -1,3 +1,6 @@
// Copyright 2023 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
/* key matrix size */

View file

@ -6,6 +6,16 @@
"pid": "0x6060",
"device_version": "0.0.1"
},
"features": {
"bootmagic": true,
"console": false,
"command": false,
"mousekey": true,
"extrakey": true,
"nkro": true,
"audio": false,
"backlight": false
},
"processor": "at90usb1286",
"bootloader": "halfkay",
"layouts": {