Skip to content

Commit

Permalink
[CLI] Remove check for Input Club boards (qmk#10636)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Oct 17, 2020
1 parent 82c152d commit bc5fda9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/python/qmk/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bc5fda9

Please sign in to comment.