Skip to content

Commit caeada6

Browse files
committed
Fix layout in Vial
1 parent c9799fc commit caeada6

File tree

3 files changed

+13
-71
lines changed

3 files changed

+13
-71
lines changed

keyboards/nullbitsco/nibble/keymaps/custom-vial/rules.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ LTO_ENABLE = yes
77

88
# Disable the following features
99
CONSOLE_ENABLE = no
10-
MOUSEKEY_ENABLE = no
10+
MOUSEKEY_ENABLE = yes
1111
KEY_OVERRIDE_ENABLE = no
1212
MAGIC_ENABLE = no
1313
COMMAND_ENABLE = no
1414

1515
# Enable the following features
16-
QMK_SETTINGS = yes
16+
QMK_SETTINGS = no
1717
ENCODER_MAP_ENABLE = yes
1818
# VIAL_ENCODERS_ENABLE = yes # No idea if this is needed
1919
UNICODE_ENABLE = yes

keyboards/nullbitsco/tidbit/keymaps/custom-vial/rules.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ LTO_ENABLE = yes
77

88
# Disable the following features
99
CONSOLE_ENABLE = no
10-
MOUSEKEY_ENABLE = no
10+
MOUSEKEY_ENABLE = yes
1111
KEY_OVERRIDE_ENABLE = no
1212
MAGIC_ENABLE = no
1313
COMMAND_ENABLE = no
1414

1515
# Enable the following features
16-
QMK_SETTINGS = yes
16+
QMK_SETTINGS = no
1717
ENCODER_MAP_ENABLE = yes
1818
# VIAL_ENCODERS_ENABLE = yes # No idea if this is needed
1919
# UNICODE_ENABLE = yes

keyboards/nullbitsco/tidbit/keymaps/custom-vial/vial.json

Lines changed: 9 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -9,75 +9,17 @@
99
"lighting": "qmk_rgblight",
1010
"layouts": {
1111
"labels": [
12-
"2U 0 Key",
1312
"2U + Key",
14-
"2U Enter Key"
13+
"2U Enter Key",
14+
"Split 0 Keys"
1515
],
16-
"keymap": [
17-
[
18-
{
19-
"x": 0.25
20-
},
21-
"0,0\n\n\n\n\n\n\n\n\ne",
22-
"0,1\n\n\n\n\n\n\n\n\ne",
23-
{
24-
"x": 1.5
25-
},
26-
"0,1",
27-
"0,2",
28-
"0,3"
29-
],
30-
[
31-
{
32-
"x": 2.75
33-
},
34-
"1,0",
35-
"1,1",
36-
"1,2",
37-
"1,3\n\n\n1,0",
38-
{
39-
"x": 0.25,
40-
"h": 2
41-
},
42-
"1,3\n\n\n1,1"
43-
],
44-
[
45-
{
46-
"x": 2.75
47-
},
48-
"2,0",
49-
"2,1",
50-
"2,2",
51-
"2,3\n\n\n1,0"
52-
],
53-
[
54-
{
55-
"x": 2.75
56-
},
57-
"3,0",
58-
"3,1",
59-
"3,2",
60-
"3,3\n\n\n2,0",
61-
{
62-
"x": 0.25,
63-
"h": 2
64-
},
65-
"3,3\n\n\n2,1"
66-
],
67-
[
68-
{
69-
"x": 0.5,
70-
"w": 2
71-
},
72-
"4,0\n\n\n0,1",
73-
{
74-
"x": 0.25
75-
},
76-
"4,0\n\n\n0,0",
77-
"4,1\n\n\n0,0",
78-
"4,2",
79-
"4,3\n\n\n2,0"
80-
]
16+
"keymap": [["0,0\n\n\n\n\n\n\n\n\ne","0,1\n\n\n\n\n\n\n\n\ne",{"x":1.25},"0,3","0,4","0,5"],
17+
[{"x":2.25},"1,2","1,3",{"x":-1},"1,3","1,4","1,5\n\n\n0,0",{"x":0.25,"h":2},"1,5\n\n\n0,1"],
18+
[{"x":2.25},"2,2","2,3","2,4","2,5\n\n\n0,0"],
19+
[{"x":2.25},"3,2","3,3","3,4","3,5\n\n\n1,0",{"x":0.25,"h":2},"3,5\n\n\n1,1"],
20+
[{"x":2.25,"w":2},"4,2\n\n\n2,0","4,4","4,5\n\n\n1,0"],
21+
[{"y":0.25,"x":2.25},"4,2\n\n\n2,1","4,3\n\n\n2,1"]
22+
8123
]
8224
}
8325
}

0 commit comments

Comments
 (0)