Improve importer workflow (#17707)

This commit is contained in:
Joel Challis
2022-08-13 14:39:56 +01:00
committed by GitHub
parent a02aff9c77
commit fc7e9efd21
3 changed files with 118 additions and 63 deletions

View File

@ -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'