Skip to content

Commit

Permalink
Add Skyloong/Gk61 v1 (#2097)
Browse files Browse the repository at this point in the history
* Create gk61_v1

* Modified matrix layouts keymap
  • Loading branch information
JZ-Skyloong authored Feb 3, 2024
1 parent 0a95504 commit 3a642c6
Showing 1 changed file with 228 additions and 0 deletions.
228 changes: 228 additions & 0 deletions v3/skyloong/gk61/v1/gk61_v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
{
"name": "Skyloong Gk61 V1",
"vendorId": "0x1EA7",
"productId": "0x6061",
"keycodes": ["qmk_lighting"],
"menus": [
{
"label": "Lighting",
"content": [
{
"label": "Backlight",
"content": [
{
"label": "Brightness",
"type": "range",
"options": [0, 255],
"content": ["id_qmk_rgb_matrix_brightness", 3, 1]
},
{
"label": "Effect",
"type": "dropdown",
"content": ["id_qmk_rgb_matrix_effect", 3, 2],
"options": [
"0-All Off",
"1-solid_color",
"2-breathing",
"3-band_spiral_val",
"4-cycle_all",
"5-cycle_left_right",
"6-cycle_up_down",
"7-cycle_out_in",
"8-cycle_out_in_dual",
"9-rainbow_moving_chevron",
"10-cycle_pinwheel",
"11-cycle_spiral",
"12-dual_beacom",
"13-raindrops",
"14-jellybean_raindrops",
"15-pixel_rain",
"16-typing_heatmap",
"17-digital_rain",
"18-solid_reactive_simple",
"19-solid_reactive_multiwide",
"20-solid_reactive_multinexus",
"21-splash",
"22-solid_splash"
]
},
{
"showIf": "{id_qmk_rgb_matrix_effect} != 0",
"label": "Effect Speed",
"type": "range",
"options": [0, 255],
"content": ["id_qmk_rgb_matrix_effect_speed", 3, 3]
},
{
"showIf": "{id_qmk_rgb_matrix_effect} != 0 && {id_qmk_rgb_matrix_effect} != 14 && {id_qmk_rgb_matrix_effect} != 17",
"label": "Color",
"type": "color",
"content": ["id_qmk_rgb_matrix_color", 3, 4]
}
]
}
]
}
],
"matrix": {"rows": 5, "cols": 14},
"layouts": {
"labels": [
["Space_Select","Long_Space","Split_space"]
],
"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",
{
"c": "#777777",
"w": 2
},
"0,13"
],
[
{
"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": "#777777",
"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,13"
],
[
{
"w": 2.25
},
"3,0",
{
"c": "#cccccc"
},
"3,1",
"3,2",
"3,3",
"3,4",
"3,6",
"4,6",
"3,7",
"3,8",
"3,9",
"3,10",
{
"c": "#777777",
"w": 2.75
},
"3,12"
],
[
{
"w": 1.25
},
"4,0",
{
"w": 1.25
},
"4,1",
{
"w": 1.25
},
"4,2",
{
"w": 6.25
},
"4,5\n\n\n0,0",
{
"w": 1.25
},
"4,9",
{
"w": 1.25
},
"4,10",
{
"w": 1.25
},
"4,11",
{
"c": "#aaaaaa",
"w": 1.25
},
"4,13"
],
[
{
"x": 3.75,
"c": "#777777",
"w": 2.5
},
"4,4\n\n\n0,1",
{
"w": 2.5
},
"3,5\n\n\n0,1",
{
"w": 1.25
},
"4,8\n\n\n0,1"
]
]
}
}

0 comments on commit 3a642c6

Please sign in to comment.