From ec8c10ac1bd939bd210d1047f4d9d7c4dfca456d Mon Sep 17 00:00:00 2001 From: Zach White Date: Tue, 26 May 2020 13:05:41 -0700 Subject: [CLI] Add a subcommand for getting information about a keyboard (#8666) You can now use `qmk info` to get information about keyboards and keymaps. Co-authored-by: Erovia --- lib/python/qmk/commands.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/qmk/commands.py') diff --git a/lib/python/qmk/commands.py b/lib/python/qmk/commands.py index 5409eea2a7..a7e1d9a57f 100644 --- a/lib/python/qmk/commands.py +++ b/lib/python/qmk/commands.py @@ -67,6 +67,7 @@ def compile_configurator_json(configurator_filename, bootloader=None): def parse_configurator_json(configurator_file): """Open and parse a configurator json export """ + # FIXME(skullydazed/anyone): Add validation here user_keymap = json.load(configurator_file) return user_keymap -- cgit v1.2.3