Browse Source

Revert CLI default for manufacturer (#16467)

pull/15971/head
Joel Challis 2 years ago
committed by GitHub
parent
commit
77cdb20e16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lib/python/qmk/info.py

+ 0
- 1
lib/python/qmk/info.py View File

@ -49,7 +49,6 @@ def info_json(keyboard):
'parse_errors': [],
'parse_warnings': [],
'maintainer': 'qmk',
'manufacturer': 'qmk',
}
# Populate the list of JSON keymaps


Loading…
Cancel
Save