Port wilba.tech WT60-H1 to Vial. (#453)

This commit is contained in:
Marcel Maltry 2023-05-01 01:26:13 +02:00 committed by GitHub
parent 5cdfed1414
commit 4eb1c2e21f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 212 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once
/* Vial configuration */
#define VIAL_KEYBOARD_UID {0x4D, 0x1A, 0x49, 0x5D, 0x98, 0xAF, 0x2A, 0x0F}
#define VIAL_UNLOCK_COMBO_ROWS { 0, 2 }
#define VIAL_UNLOCK_COMBO_COLS { 0, 12 }

View File

@ -0,0 +1 @@
#include "../default/keymap.c"

View File

@ -0,0 +1,3 @@
VIA_ENABLE = yes
VIAL_ENABLE = yes
QMK_SETTINGS = no

View File

@ -0,0 +1,200 @@
{
"name": "wilba.tech WT60-H1",
"vendorId": "0x6582",
"productId": "0x0024",
"lighting": "none",
"matrix": {"rows": 5, "cols": 14},
"layouts": {
"labels": [["Bottom Row", "7U", "HHKB", "WKL"]],
"keymap": [
[
{
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
"0,11",
"0,12",
"0,13",
"2,13"
],
[
{
"c": "#aaaaaa",
"w": 1.5
},
"1,0",
{
"c": "#cccccc"
},
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
"1,11",
"1,12",
{
"c": "#aaaaaa",
"w": 1.5
},
"1,13"
],
[
{
"w": 1.75
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
"2,11",
{
"c": "#777777",
"w": 2.25
},
"2,12"
],
[
{
"c": "#aaaaaa",
"w": 2.25
},
"3,0",
{
"c": "#cccccc"
},
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"3,9",
"3,10",
"3,11",
{
"c": "#aaaaaa",
"w": 1.75
},
"3,12",
"3,13"
],
[
{
"w": 1.5
},
"4,0\n\n\n0,0",
"4,1\n\n\n0,0",
{
"w": 1.5
},
"4,2\n\n\n0,0",
{
"c": "#cccccc",
"w": 7
},
"4,6\n\n\n0,0",
{
"c": "#aaaaaa",
"w": 1.5
},
"4,11\n\n\n0,0",
"4,12\n\n\n0,0",
{
"w": 1.5
},
"4,13\n\n\n0,0"
],
[
{
"y": 0.25,
"w": 1.5,
"d": true
},
"4,0\n\n\n0,1",
"4,1\n\n\n0,1",
{
"w": 1.5
},
"4,2\n\n\n0,1",
{
"c": "#cccccc",
"w": 7
},
"4,6\n\n\n0,1",
{
"c": "#aaaaaa",
"w": 1.5
},
"4,11\n\n\n0,1",
"4,12\n\n\n0,1",
{
"w": 1.5,
"d": true
},
"4,13\n\n\n0,1"
],
[
{
"w": 1.5
},
"4,0\n\n\n0,2",
{
"d": true
},
"4,1\n\n\n0,2",
{
"w": 1.5
},
"4,2\n\n\n0,2",
{
"c": "#cccccc",
"w": 7
},
"4,6\n\n\n0,2",
{
"c": "#aaaaaa",
"w": 1.5
},
"4,11\n\n\n0,2",
{
"d": true
},
"4,12\n\n\n0,2",
{
"w": 1.5
},
"4,13\n\n\n0,2"
]
]
}
}