Skip to content

Commit 4aec21a

Browse files
committed
Updated Noxary V2 VIAL port
1 parent 12cd6ca commit 4aec21a

4 files changed

Lines changed: 174 additions & 154 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# 378v2 - VIAL keymap
2+
3+
VIAL-enabled keymap for the 378v2 keyboard.
4+
5+
## Details
6+
7+
- Processor family: ARM
8+
- Lighting: qmk_backlight
9+
- Encoders: 0
10+
- Split: no
11+
12+
## Build
13+
14+
```bash
15+
make noxary/378_2:vial
16+
```
17+
18+
## Flash
19+
20+
```bash
21+
make noxary/378_2:vial:flash
22+
```
23+
24+
Then open the board in [Vial](https://get.vial.today/).
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-or-later */
12

23
#pragma once
3-
#define VIAL_KEYBOARD_UID {0xDA, 0x8F, 0x78, 0x5F, 0x1D, 0x12, 0x39, 0x71}
4-
#define VIAL_UNLOCK_COMBO_ROWS { 0, 0}
5-
#define VIAL_UNLOCK_COMBO_COLS { 1, 1}
6-
7-
8-
94

5+
#define VIAL_KEYBOARD_UID {0x4F, 0x05, 0xE7, 0xCC, 0xE5, 0x50, 0xAB, 0x7F}
6+
#define VIAL_UNLOCK_COMBO_ROWS {0, 4}
7+
#define VIAL_UNLOCK_COMBO_COLS {0, 16}
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
LTO_ENABLE = yes
21
VIA_ENABLE = yes
32
VIAL_ENABLE = yes
4-
5-
6-
Lines changed: 146 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -1,147 +1,149 @@
11
{
2-
"lighting": "none",
3-
"matrix": {"rows": 5, "cols": 17},
2+
"name": "378v2",
3+
"vendorId": "0x4E58",
4+
"productId": "0x017B",
5+
"lighting": "qmk_backlight",
6+
"matrix": {
7+
"rows": 5,
8+
"cols": 17
9+
},
410
"layouts": {
5-
"labels": [
6-
"Split Backspace"
7-
],
811
"keymap": [
9-
[
10-
{
11-
"x": 15.25
12-
},
13-
"0,F\n\n\n0,1",
14-
"0,G\n\n\n0,1"
15-
],
16-
[
17-
"0,0",
18-
"0,1",
19-
{
20-
"x": 0.25
21-
},
22-
"0,2\n`",
23-
"0,3",
24-
"0,4",
25-
"0,5",
26-
"0,6",
27-
"0,7",
28-
"0,8",
29-
"0,9",
30-
"0,A",
31-
"0,B",
32-
"0,C",
33-
"0,D",
34-
"0,E,",
35-
{
36-
"w": 2
37-
},
38-
"0,F\n\n\n0,0",
39-
"1,G"
40-
],
41-
[
42-
"1,0",
43-
"1,1",
44-
{
45-
"x": 0.25,
46-
"w": 1.5
47-
},
48-
"1,2",
49-
"1,3",
50-
"1,4",
51-
"1,5",
52-
"1,6",
53-
"1,6",
54-
"1,8",
55-
"1,9",
56-
"1,A",
57-
"1,B",
58-
"1,C",
59-
"1,D",
60-
"1,E",
61-
{
62-
"w": 1.5
63-
},
64-
"1,F",
65-
"2,G"
66-
],
67-
[
68-
"2,0",
69-
"2,1",
70-
{
71-
"x": 0.25,
72-
"w": 1.75
73-
},
74-
"2,1",
75-
"2,2",
76-
"2,4",
77-
"2,5",
78-
"2,6",
79-
"2,7",
80-
"2,8",
81-
"2,9",
82-
"2,A",
83-
"2,B",
84-
"2,C",
85-
"2,D",
86-
{
87-
"w": 2.25
88-
},
89-
"2,E",
90-
"2,F"
91-
],
92-
[
93-
"3,0",
94-
"3,1",
95-
{
96-
"x": 0.25,
97-
"w": 2.25
98-
},
99-
"3,2",
100-
"3,3",
101-
"3,4",
102-
"3,5",
103-
"3,6",
104-
"3,7",
105-
"3,8",
106-
"3,9",
107-
"3,A",
108-
"3,B",
109-
"3,C",
110-
{
111-
"w": 1.75
112-
},
113-
"3,D",
114-
"3,E",
115-
"3,G"
116-
],
117-
[
118-
"4,0",
119-
"4,1",
120-
{
121-
"x": 0.25,
122-
"w": 1.5
123-
},
124-
"4,2",
125-
"4,3",
126-
{
127-
"w": 1.5
128-
},
129-
"4,4",
130-
{
131-
"w": 7
132-
},
133-
"4,8",
134-
{
135-
"w": 1.5
136-
},
137-
"4,C",
138-
{
139-
"x": 0.5
140-
},
141-
"4,E",
142-
"4,F",
143-
"4,G"
144-
]
145-
]
146-
}
147-
}
12+
[
13+
"0,0",
14+
"0,1",
15+
{
16+
"x": 0.25
17+
},
18+
"0,2",
19+
"0,3",
20+
"0,4",
21+
"0,5",
22+
"0,6",
23+
"0,7",
24+
"0,8",
25+
"0,9",
26+
"0,10",
27+
"0,11",
28+
"0,12",
29+
"0,13",
30+
"0,14",
31+
"0,15",
32+
"0,16",
33+
"1,16"
34+
],
35+
[
36+
"1,0",
37+
"1,1",
38+
{
39+
"x": 0.25,
40+
"w": 1.5
41+
},
42+
"1,2",
43+
"1,3",
44+
"1,4",
45+
"1,5",
46+
"1,6",
47+
"1,7",
48+
"1,8",
49+
"1,9",
50+
"1,10",
51+
"1,11",
52+
"1,12",
53+
"1,13",
54+
"1,14",
55+
{
56+
"w": 1.5
57+
},
58+
"1,15",
59+
"2,16"
60+
],
61+
[
62+
"2,0",
63+
"2,1",
64+
{
65+
"x": 0.25,
66+
"w": 1.75
67+
},
68+
"2,2",
69+
"2,3",
70+
"2,4",
71+
"2,5",
72+
"2,6",
73+
"2,7",
74+
"2,8",
75+
"2,9",
76+
"2,10",
77+
"2,11",
78+
"2,12",
79+
"2,13",
80+
"3,15",
81+
{
82+
"w": 1.25
83+
},
84+
"2,14",
85+
"2,15"
86+
],
87+
[
88+
"3,0",
89+
"3,1",
90+
{
91+
"x": 0.25,
92+
"w": 2.25
93+
},
94+
"3,2",
95+
"3,3",
96+
"3,4",
97+
"3,5",
98+
"3,6",
99+
"3,7",
100+
"3,8",
101+
"3,9",
102+
"3,10",
103+
"3,11",
104+
"3,12",
105+
{
106+
"w": 1.75
107+
},
108+
"3,13",
109+
"3,14",
110+
"3,16"
111+
],
112+
[
113+
"4,0",
114+
"4,1",
115+
{
116+
"x": 0.25,
117+
"w": 1.25
118+
},
119+
"4,2",
120+
{
121+
"w": 1.25
122+
},
123+
"4,3",
124+
{
125+
"w": 1.25
126+
},
127+
"4,4",
128+
{
129+
"w": 6.25
130+
},
131+
"4,8",
132+
{
133+
"w": 1.25
134+
},
135+
"4,12",
136+
{
137+
"w": 1.25
138+
},
139+
"4,13",
140+
{
141+
"x": 0.5
142+
},
143+
"4,14",
144+
"4,15",
145+
"4,16"
146+
]
147+
]
148+
}
149+
}

0 commit comments

Comments
 (0)