~ruther/qmk_firmware

eeab6f154ba65eddd72f5ee668d3c8871930de4a — Joel Challis 3 years ago 06f18e2
Short term bodge for PRODUCT warning (#15240)

1 files changed, 1 insertions(+), 1 deletions(-)

M data/mappings/info_config.json
M data/mappings/info_config.json => data/mappings/info_config.json +1 -1
@@ 68,7 68,7 @@
    "RGBLIGHT_SLEEP": {"info_key": "rgblight.sleep", "value_type": "bool"},
    "RGBLIGHT_SPLIT": {"info_key": "rgblight.split", "value_type": "bool"},
    "RGBW": {"info_key": "rgblight.rgbw", "value_type": "bool"},
    "PRODUCT": {"info_key": "keyboard_name"},
    "PRODUCT": {"info_key": "keyboard_name", "warn_duplicate": false},
    "PRODUCT_ID": {"info_key": "usb.pid", "value_type": "hex"},
    "VENDOR_ID": {"info_key": "usb.vid", "value_type": "hex"},
    "QMK_ESC_OUTPUT": {"info_key": "qmk_lufa_bootloader.esc_output"},