~ruther/qmk_firmware

6e41377824a42487bb4a1d24fc95d7301477ca97 — Joel Challis 2 years ago 6d93d8b
qmk info - Remove printing of "Keyboard Folder" (#21033)

1 files changed, 0 insertions(+), 1 deletions(-)

M lib/python/qmk/cli/info.py
M lib/python/qmk/cli/info.py => lib/python/qmk/cli/info.py +0 -1
@@ 104,7 104,6 @@ def print_friendly_output(kb_info_json):
        cli.echo('{fg_blue}Maintainer{fg_reset}: QMK Community')
    else:
        cli.echo('{fg_blue}Maintainer{fg_reset}: %s', kb_info_json['maintainer'])
    cli.echo('{fg_blue}Keyboard Folder{fg_reset}: %s', kb_info_json.get('keyboard_folder', 'Unknown'))
    cli.echo('{fg_blue}Layouts{fg_reset}: %s', ', '.join(sorted(kb_info_json['layouts'].keys())))
    cli.echo('{fg_blue}Processor{fg_reset}: %s', kb_info_json.get('processor', 'Unknown'))
    cli.echo('{fg_blue}Bootloader{fg_reset}: %s', kb_info_json.get('bootloader', 'Unknown'))

Do not follow this link