diff options
author | alvicstep <alvicstep@gmail.com> | 2023-08-14 00:01:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-14 00:01:31 -0700 |
commit | 6f3beae895a498dc8c86c7a79ed3c77d458da027 (patch) | |
tree | 7b05332d42731ff5c167c56792fa2b2a16093b8d /keyboards/kinesis/stapelberg | |
parent | 3da773dbdb4a4d5ae56d92d1aefc0851756adcea (diff) |
Kintwin controller for kinesis keyboard, split layout (#21614)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kinesis/stapelberg')
-rw-r--r-- | keyboards/kinesis/stapelberg/config.h | 3 | ||||
-rw-r--r-- | keyboards/kinesis/stapelberg/info.json | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/kinesis/stapelberg/config.h b/keyboards/kinesis/stapelberg/config.h index a3ae6615ac..c0c78135ba 100644 --- a/keyboards/kinesis/stapelberg/config.h +++ b/keyboards/kinesis/stapelberg/config.h @@ -1,3 +1,6 @@ +// Copyright 2023 QMK +// SPDX-License-Identifier: GPL-2.0-or-later + #pragma once /* don't know if this should be defined at the board or top level. Assuming board diff --git a/keyboards/kinesis/stapelberg/info.json b/keyboards/kinesis/stapelberg/info.json index 13713aac52..44e2a33157 100644 --- a/keyboards/kinesis/stapelberg/info.json +++ b/keyboards/kinesis/stapelberg/info.json @@ -6,6 +6,16 @@ "pid": "0x6060", "device_version": "0.0.2" }, + "features": { + "bootmagic": true, + "console": false, + "command": false, + "mousekey": true, + "extrakey": true, + "nkro": true, + "audio": false, + "backlight": false + }, "matrix_pins": { "cols": ["B0", "B1", "B2", "B3", "B4", "B5", "B6"], "rows": ["D0", "D1", "D2", "D3", "D4", "D5", "D6", "D7", "C0", "C1", "C2", "C3", "C4", "C5", "C6"] |