Skip to content

Commit

Permalink
Add Colors according to KLE JSON Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
temp4gh committed Oct 7, 2023
1 parent acc518a commit 480cbb5
Showing 1 changed file with 42 additions and 12 deletions.
54 changes: 42 additions & 12 deletions v3/redragon/k667/k667.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@
"keymap": [
[
{
"t": "0"
"t": "0",
"c": "#777777"
},
"0,0",
"0,0\nESC",
{
"x": 1
"x": 1,
"c": "#cccccc"
},
"0,2",
"0,3",
Expand All @@ -95,9 +97,13 @@
],
[
{
"y": 0.05
"y": 0.05,
"c": "#cccccc"
},
"1,0",
{
"c": "#cccccc"
},
"1,1",
"1,2",
"1,3",
Expand All @@ -111,6 +117,7 @@
"1,11",
"1,12",
{
"c": "#aaaaaa",
"w": 2.25
},
"1,13",
Expand All @@ -125,6 +132,9 @@
"w": 1.75
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
"2,2",
"2,3",
Expand All @@ -142,7 +152,8 @@
},
"2,13",
{
"x": 0.75
"x": 0.75,
"c": "#aaaaaa"
},
"2,14"
],
Expand All @@ -152,6 +163,9 @@
"w": 2
},
"3,0",
{
"c": "#cccccc"
},
"3,1",
"3,2",
"3,3",
Expand All @@ -164,11 +178,13 @@
"3,10",
"3,11",
{
"w": 2.25
"w": 2.25,
"c": "#777777"
},
"3,13",
{
"x": 0.75
"x": 0.75,
"c": "#aaaaaa"
},
"3,14"
],
Expand All @@ -178,6 +194,9 @@
"w": 2.5
},
"4,0",
{
"c": "#cccccc"
},
"4,2",
"4,3",
"4,4",
Expand All @@ -189,21 +208,25 @@
"4,10",
"4,11",
{
"c": "#aaaaaa",
"w": 1.75
},
"4,12",
{
"x": 0.5
"x": 0.5,
"c": "#777777"
},
"4,13",
{
"x": 0.25
"x": 0.25,
"c": "#aaaaaa"
},
"4,14"
],
[
{
"y": 0.05,
"c": "#aaaaaa",
"w": 1.5
},
"5,0",
Expand All @@ -216,25 +239,32 @@
},
"5,2",
{
"c": "#cccccc",
"w": 6
},
"5,6",
{
"c": "#aaaaaa"
},
"5,9",
"5,10",
{
"w": 1.25
},
"5,11",
{
"x": 0.25
"x": 0.25,
"c": "#777777"
},
"5,12",
{
"x": 0.25
"x": 0.25,
"c": "#777777"
},
"5,13",
{
"x": 0.25
"x": 0.25,
"c": "#777777"
},
"5,14"
]
Expand Down

0 comments on commit 480cbb5

Please sign in to comment.