Skip to content

Commit

Permalink
Update kb19-01.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DOIO2022 authored Jan 31, 2024
1 parent 43d14b4 commit 4216e42
Showing 1 changed file with 55 additions and 131 deletions.
186 changes: 55 additions & 131 deletions v3/doio/kb19/kb19-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,136 +2,60 @@
"name": "DOIO KB19-01",
"vendorId": "0xD010",
"productId": "0x1901",
"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": [
"Alphas Mods",
"Gradient Up/Down",
"Gradient Left/Right",
"Breathing",
"BAND_SAT",
"BAND_VAL",
"BAND_PINWHEEL_SAT",
"BAND_PINWHEEL_VAL",
"BAND_SPIRAL_SAT",
"BAND_SPIRAL_VAL",
"CYCLE_ALL",
"CYCLE_LEFT_RIGHT",
"Cycle Up/Down",
"Cycle Out/In",
"Cycle Out/In Dual",
"Rainbow Moving Chevron",
"Cycle Pinwheel",
"Cycle Spiral",
"Dual Beacon",
"Rainbow Beacon",
"Rainbow Pinwheels",
"Raindrops",
"Jellybean Raindrops",
"Hue Breathing",
"HUE_PENDULUM",
"HUE_WAVE",
"PIXEL_FRACTAL",
"PIXEL_RAIN",
"Typing Heatmap",
"Digital Rain",
"Solid Reactive Simple",
"Solid Reactive",
"Solid Reactive Wide",
"Solid Reactive Multi Wide",
"Solid Reactive Cross",
"Solid Reactive Multi Cross",
"Solid Reactive Nexus",
"Solid Reactive Multi Nexus",
"Spash",
"Multi Splash",
"Solid Splash",
"Solid Multi 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} != 24 && {id_qmk_rgb_matrix_effect} != 28 && {id_qmk_rgb_matrix_effect} != 29 && {id_qmk_rgb_matrix_effect} != 32",
"label": "Color",
"type": "color",
"content": ["id_qmk_rgb_matrix_color", 3, 4]
}
]
}
]
}
],
"menus": ["qmk_rgblight"],
"keycodes": ["qmk_lighting"],
"matrix": { "rows": 5, "cols": 5},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
{
"x": 1
},
"0,4"
],
[
"1,0",
"1,1",
"1,2",
{
"h": 2
},
"1,3",
{
"x": 1
},
"1,4"
],
[
"2,0",
"2,1",
"2,2"
],
[
"3,0",
"3,1",
"3,2",
{
"h": 2
},
"3,3"
],
[
{
"w": 2
},
"4,0",
"4,2",
{"x": 2},
"4,3\n\n\n\n\n\n\n\n\ne0"
]
]
}
}
"keymap":[
[
"0,0",
"0,1",
"0,2",
"0,3",
{
"x": 1
},
"0,4"
],
[
"1,0",
"1,1",
"1,2",
{
"h": 2
},
"1,3",
{
"x": 1
},
"1,4"
],
[
"2,0",
"2,1",
"2,2"
],
[
"3,0",
"3,1",
"3,2",
{
"h": 2
},
"3,3"
],
[
{
"w": 2
},
"4,0",
"4,2",
{
"x": 2
},

"4,3\n\n\n\n\n\n\n\n\ne0"
]
]
}
}

0 comments on commit 4216e42

Please sign in to comment.