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

@ -7,6 +7,16 @@
"device_version": "0.0.2",
"max_power": 100
},
"features": {
"bootmagic": true,
"console": false,
"command": false,
"mousekey": true,
"extrakey": true,
"nkro": true,
"audio": false,
"backlight": false
},
"build": {
"debounce_type": "sym_eager_pk"
},