1
0
Fork 0

[Keyboard] Add CXT Studio (#19531)

Co-authored-by: jack <0x6a73@protonmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Colin Kinloch <colin.kinloch@collabora.com>
This commit is contained in:
Colin Kinloch 2023-02-09 21:29:23 +00:00 committed by GitHub
parent 1b3b1427d2
commit 462ab3c4d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 220 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"keyboard": "cxt_studio",
"keymap": "default",
"layout": "LAYOUT",
"layers": [
[
"KC_ESC", "KC_F11", "KC_NO", "KC_MSTP",
"KC_NO", "KC_NO", "KC_MRWD", "KC_MFFD",
"KC_NO", "KC_MPLY", "KC_MPLY", "KC_MNXT",
"KC_MUTE", "KC_NO", "KC_NO", "RGB_TOG"
]
]
}