Skip to content

Commit

Permalink
qmk info - Remove printing of "Keyboard Folder" (qmk#21033)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and autoferrit committed Dec 6, 2023
1 parent 94eba3a commit d330b59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/python/qmk/cli/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit d330b59

Please sign in to comment.