forked from the-via/keyboards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added a KLE.json file for viterbi revision 2 keyboard.
to enable full via support for viterbi revision 2 keyboard by keeb.io
- Loading branch information
1 parent
45bc4c1
commit 586ae2f
Showing
1 changed file
with
191 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
{ | ||
"name": "Keebio Viterbi Rev2", | ||
"vendorId": "0xCB10", | ||
"productId": "0x2157", | ||
"lighting": "qmk_backlight_rgblight", | ||
"matrix": { | ||
"rows": 10, | ||
"cols": 7 | ||
}, | ||
"layouts": { | ||
"labels": [ | ||
"2u space" | ||
], | ||
"keymap": [ | ||
[ | ||
{ | ||
"c": "#aaaaaa" | ||
}, | ||
"0,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"0,1", | ||
"0,2", | ||
"0,3", | ||
"0,4", | ||
"0,5", | ||
"0,6", | ||
{ | ||
"x": 2 | ||
}, | ||
"5,6", | ||
"5,5", | ||
"5,4", | ||
"5,3", | ||
"5,2", | ||
{ | ||
"c": "#aaaaaa" | ||
}, | ||
"5,1", | ||
"5,0" | ||
], | ||
[ | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"1,0", | ||
{ | ||
"c": "#aaaaaa" | ||
}, | ||
"1,1", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"1,2", | ||
"1,3", | ||
"1,4", | ||
"1,5", | ||
"1,6", | ||
{ | ||
"x": 2 | ||
}, | ||
"6,6", | ||
"6,5", | ||
"6,4", | ||
"6,3", | ||
"6,2", | ||
"6,1", | ||
"6,0" | ||
], | ||
[ | ||
"2,0", | ||
{ | ||
"c": "#777777" | ||
}, | ||
"2,1", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"2,2", | ||
"2,3", | ||
"2,4", | ||
"2,5", | ||
"2,6", | ||
{ | ||
"x": 2 | ||
}, | ||
"7,6", | ||
"7,5", | ||
"7,4", | ||
"7,3", | ||
"7,2", | ||
"7,1", | ||
{ | ||
"c": "#777777" | ||
}, | ||
"7,0" | ||
], | ||
[ | ||
{ | ||
"c": "#aaaaaa" | ||
}, | ||
"3,0", | ||
"3,1", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"3,2", | ||
"3,3", | ||
"3,4", | ||
"3,5", | ||
"3,6", | ||
{ | ||
"x": 2 | ||
}, | ||
"8,6", | ||
"8,5", | ||
"8,4", | ||
"8,3", | ||
"8,2", | ||
{ | ||
"c": "#aaaaaa" | ||
}, | ||
"8,1", | ||
"8,0" | ||
], | ||
[ | ||
"4,0\n\n\n0,0", | ||
"4,1\n\n\n0,0", | ||
"4,2\n\n\n0,0", | ||
"4,3\n\n\n0,0", | ||
"4,4\n\n\n0,0", | ||
"4,5\n\n\n0,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"4,6\n\n\n0,0", | ||
{ | ||
"x": 2 | ||
}, | ||
"9,6\n\n\n0,0", | ||
{ | ||
"c": "#aaaaaa" | ||
}, | ||
"9,5\n\n\n0,0", | ||
{ | ||
"c": "#777777" | ||
}, | ||
"9,4\n\n\n0,0", | ||
"9,3\n\n\n0,0", | ||
"9,2\n\n\n0,0", | ||
"9,1\n\n\n0,0", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"9,0\n\n\n0,0" | ||
], | ||
[ | ||
{ | ||
"c": "#aaaaaa" | ||
}, | ||
"4,0\n\n\n0,1", | ||
"4,1\n\n\n0,1", | ||
"4,2\n\n\n0,1", | ||
"4,3\n\n\n0,1", | ||
"4,4\n\n\n0,1", | ||
{ | ||
"c": "#cccccc", | ||
"w": 2 | ||
}, | ||
"4,6\n\n\n0,1", | ||
{ | ||
"x": 2, | ||
"w": 2 | ||
}, | ||
"9,6\n\n\n0,1", | ||
{ | ||
"c": "#777777" | ||
}, | ||
"9,4\n\n\n0,1", | ||
"9,3\n\n\n0,1", | ||
"9,2\n\n\n0,1", | ||
"9,1\n\n\n0,1", | ||
{ | ||
"c": "#cccccc" | ||
}, | ||
"9,0\n\n\n0,1" | ||
] | ||
] | ||
} | ||
} |