Improve importer workflow (#17707)
This commit is contained in:
parent
a02aff9c77
commit
fc7e9efd21
3 changed files with 118 additions and 63 deletions
|
@ -58,6 +58,11 @@ MCU2BOOTLOADER = {
|
|||
"atmega328": "usbasploader",
|
||||
}
|
||||
|
||||
# Map of legacy keycodes that can be automatically updated
|
||||
LEGACY_KEYCODES = { # Comment here is to force multiline formatting
|
||||
'RESET': 'QK_BOOT'
|
||||
}
|
||||
|
||||
# Common format strings
|
||||
DATE_FORMAT = '%Y-%m-%d'
|
||||
DATETIME_FORMAT = '%Y-%m-%d %H:%M:%S %Z'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue