diff options
author | Ryan <fauxpark@gmail.com> | 2021-11-05 08:08:52 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-05 08:08:52 +1100 |
commit | 94018367278f44fcf3eab8a86525f2b257ecf4ba (patch) | |
tree | c926797b833b2c51f3b458bd0726944b21fdf0a8 /data/mappings | |
parent | 45a8176e325130775b51058199e69aa8f06c88cc (diff) | |
download | qmk_firmware-94018367278f44fcf3eab8a86525f2b257ecf4ba.tar.gz qmk_firmware-94018367278f44fcf3eab8a86525f2b257ecf4ba.zip |
Map `PRODUCT` define to `keyboard_name` (#14372)
* Map `PRODUCT` define to `keyboard_name`
* Fix tests
* Fix last test
Diffstat (limited to 'data/mappings')
-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 72bb0f4a1c..f1e06dfea1 100644 --- a/data/mappings/info_config.json +++ b/data/mappings/info_config.json @@ -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_folder", "to_json": false}, + "PRODUCT": {"info_key": "keyboard_name"}, "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"}, |