Skip to content

Commit 6a5731e

Browse files
committed
try to enable RGB in remap-keys
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 11c49db commit 6a5731e

5 files changed

Lines changed: 11 additions & 1 deletion

File tree

keyboards/framework/kle/via_ansi_design.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"productId": "0x0012",
55
"matrix": {"rows": 8, "cols": 16},
66
"keycodes": ["qmk_lighting"],
7+
"lighting": "qmk_backlight_rgblight",
78
"menus": ["qmk_rgb_matrix"],
89
"layouts": {
910
"keymap": [

keyboards/framework/kle/via_iso_design.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"productId": "0x0018",
55
"matrix": {"rows": 8, "cols": 16},
66
"keycodes": ["qmk_lighting"],
7+
"lighting": "qmk_backlight",
78
"menus": ["qmk_backlight"],
89
"layouts": {
910
"keymap": [

keyboards/framework/kle/via_jis_design.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"productId": "0x0019",
55
"matrix": {"rows": 8, "cols": 16},
66
"keycodes": ["qmk_lighting"],
7+
"lighting": "qmk_backlight",
78
"menus": ["qmk_backlight"],
89
"layouts": {
910
"keymap": [

keyboards/framework/kle/via_macropad_design.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
"productId": "0x0013",
55
"matrix": {"rows": 4, "cols": 8},
66
"keycodes": ["qmk_lighting"],
7-
"menus": ["qmk_rgb_matrix"],
7+
"lighting": "qmk_rgblight",
8+
"menus": [
9+
"qmk_backlight",
10+
"qmk_rgblight",
11+
"qmk_backlight_rgblight",
12+
"qmk_rgb_matrix"
13+
],
814
"layouts": {
915
"keymap": [
1016
[

keyboards/framework/kle/via_numpad_design.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"productId": "0x0014",
55
"matrix": {"rows": 4, "cols": 8},
66
"keycodes": ["qmk_lighting"],
7+
"lighting": "qmk_backlight",
78
"menus": ["qmk_backlight"],
89
"layouts": {
910
"keymap": [

0 commit comments

Comments
 (0)