mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-05 05:15:38 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
7f943376c5
@ -12,7 +12,7 @@
|
|||||||
# replace_with: use with a key marked deprecated or invalid to designate a replacement
|
# replace_with: use with a key marked deprecated or invalid to designate a replacement
|
||||||
"BOARD": {"info_key": "board"},
|
"BOARD": {"info_key": "board"},
|
||||||
"BOOTLOADER": {"info_key": "bootloader", "warn_duplicate": false},
|
"BOOTLOADER": {"info_key": "bootloader", "warn_duplicate": false},
|
||||||
"BLUETOOTH": {"info_key": "bluetooth.driver"},
|
"BLUETOOTH_DRIVER": {"info_key": "bluetooth.driver"},
|
||||||
"CAPS_WORD_ENABLE": {"info_key": "caps_word.enabled", "value_type": "bool"},
|
"CAPS_WORD_ENABLE": {"info_key": "caps_word.enabled", "value_type": "bool"},
|
||||||
"ENCODER_ENABLE": {"info_key": "encoder.enabled", "value_type": "bool"},
|
"ENCODER_ENABLE": {"info_key": "encoder.enabled", "value_type": "bool"},
|
||||||
"FIRMWARE_FORMAT": {"info_key": "build.firmware_format"},
|
"FIRMWARE_FORMAT": {"info_key": "build.firmware_format"},
|
||||||
|
@ -75,8 +75,7 @@
|
|||||||
"driver": {
|
"driver": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["BluefruitLE", "RN42"]
|
"enum": ["BluefruitLE", "RN42"]
|
||||||
},
|
}
|
||||||
"lto": {"type": "boolean"}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"board": {
|
"board": {
|
||||||
|
Loading…
Reference in New Issue
Block a user