diff options
| author | Joel Challis <git@zvecr.com> | 2021-11-20 22:00:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-20 22:00:46 +0000 |
| commit | eeab6f154ba65eddd72f5ee668d3c8871930de4a (patch) | |
| tree | 579b671f935727103d7cadebf1689f233ecf6719 /data | |
| parent | 06f18e22d9aff0afa4dce101a6a1b2cae5511365 (diff) | |
| download | qmk_firmware-eeab6f154ba65eddd72f5ee668d3c8871930de4a.tar.gz qmk_firmware-eeab6f154ba65eddd72f5ee668d3c8871930de4a.zip | |
Short term bodge for PRODUCT warning (#15240)
Diffstat (limited to 'data')
| -rw-r--r-- | data/mappings/info_config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mappings/info_config.json b/data/mappings/info_config.json index f1e06dfea..50694e386 100644 --- a/data/mappings/info_config.json +++ b/data/mappings/info_config.json | |||
| @@ -68,7 +68,7 @@ | |||
| 68 | "RGBLIGHT_SLEEP": {"info_key": "rgblight.sleep", "value_type": "bool"}, | 68 | "RGBLIGHT_SLEEP": {"info_key": "rgblight.sleep", "value_type": "bool"}, |
| 69 | "RGBLIGHT_SPLIT": {"info_key": "rgblight.split", "value_type": "bool"}, | 69 | "RGBLIGHT_SPLIT": {"info_key": "rgblight.split", "value_type": "bool"}, |
| 70 | "RGBW": {"info_key": "rgblight.rgbw", "value_type": "bool"}, | 70 | "RGBW": {"info_key": "rgblight.rgbw", "value_type": "bool"}, |
| 71 | "PRODUCT": {"info_key": "keyboard_name"}, | 71 | "PRODUCT": {"info_key": "keyboard_name", "warn_duplicate": false}, |
| 72 | "PRODUCT_ID": {"info_key": "usb.pid", "value_type": "hex"}, | 72 | "PRODUCT_ID": {"info_key": "usb.pid", "value_type": "hex"}, |
| 73 | "VENDOR_ID": {"info_key": "usb.vid", "value_type": "hex"}, | 73 | "VENDOR_ID": {"info_key": "usb.vid", "value_type": "hex"}, |
| 74 | "QMK_ESC_OUTPUT": {"info_key": "qmk_lufa_bootloader.esc_output"}, | 74 | "QMK_ESC_OUTPUT": {"info_key": "qmk_lufa_bootloader.esc_output"}, |
