fix: planck/rev6_drop

Remove VIA v3 configuration in vial.json
Enable RGB_MATRIX
This commit is contained in:
honorless 2023-06-27 09:03:42 -04:00
parent 1f41c7e87d
commit fc2f20de22
No known key found for this signature in database
GPG key ID: 1B48A311ABE8DA4D
2 changed files with 3 additions and 11 deletions

View file

@ -1,5 +1,6 @@
VIA_ENABLE = yes VIA_ENABLE = yes
VIAL_ENABLE = yes VIAL_ENABLE = yes
RGB_MATRIX_ENABLE = yes
VIALRGB_ENABLE = yes VIALRGB_ENABLE = yes
LTO_ENABLE = yes LTO_ENABLE = yes

View file

@ -2,17 +2,8 @@
"name": "OLKB PLANCK REV6.1", "name": "OLKB PLANCK REV6.1",
"vendorId": "0x03A8", "vendorId": "0x03A8",
"productId": "0xA4F9", "productId": "0xA4F9",
"firmwareVersion": 0,
"keycodes": ["via/keycodes", "via/qmk_lighting"],
"lighting": "vialrgb",
"menus": [
"via/keymap",
"via/layouts",
"via/macros",
"via/save_load",
"core/qmk_rgblight"
],
"matrix": {"rows": 8, "cols": 6}, "matrix": {"rows": 8, "cols": 6},
"lighting": "vialrgb",
"layouts": { "layouts": {
"labels": [["Layout", "MIT (1x2u)", "Grid (2x1u)", "2x2u", "3x3u"]], "labels": [["Layout", "MIT (1x2u)", "Grid (2x1u)", "2x2u", "3x3u"]],
"keymap": [ "keymap": [
@ -113,4 +104,4 @@
] ]
] ]
} }
} }