1
0
Fork 0

Format DD mappings and schemas (#18924)

This commit is contained in:
Ryan 2022-11-08 12:05:08 +11:00 committed by GitHub
parent ce80a3ad46
commit 479d8de622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 1290 additions and 1320 deletions

View file

@ -210,7 +210,7 @@ def new_keyboard(cli):
# Preprocess any development_board presets
if mcu in dev_boards:
defaults_map = json_load(Path('data/mappings/defaults.json'))
defaults_map = json_load(Path('data/mappings/defaults.hjson'))
board = defaults_map['development_board'][mcu]
mcu = board['processor']