[CLI] Remove check for Input Club boards (#10636)

master
Ryan 2020-10-18 02:44:38 +11:00 committed by GitHub
parent 67474f7e3f
commit 1a2a838bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -161,8 +161,6 @@ def arm_processor_rules(info_data, rules):
if info_data['bootloader'] == 'unknown':
if 'STM32' in info_data['processor']:
info_data['bootloader'] = 'stm32-dfu'
elif info_data.get('manufacturer') == 'Input Club':
info_data['bootloader'] = 'kiibohd-dfu'
if 'STM32' in info_data['processor']:
info_data['platform'] = 'STM32'